Hi,
We have just had another post on this issue. Using the generic IMG in css will set it for all images, even those in the menu. Doesn't seem to be a way to over ride this. There is a style property called rawcss. Unfortunately, I would have no idea how to get that css code into it.
Code: Select all
img {
border-style: outset;
border-color: #828200;
}
I tried using
Code: Select all
rawcss="IMG{border-width:0px;}";
where the & 123 is the ascii code for {. Then I tried just putting in the bracket rawcss="IMG{border:0px solid transparent}"; But though neither gave an error, the border still showed on the subimage.
The only way I know to stop it is to set up your page img borders in css using an id or a class. This will not then apply to the menu. You might contact Milonic directly about this problem.
Ruth