Page 1 of 1

border around pictures using media manager

Posted: Wed May 18, 2005 1:05 pm
by DwB
Hi,

would someone please tell me which file I have to modify in that way as there will be no border around linked pictures? I have to insert border="0" every time manually and I'd liked it to have it included automatically.

Thanks

Re: border around pictures using media manager

Posted: Wed May 18, 2005 1:09 pm
by garvinhicking
You should do this via CSS:

Code: Select all

img {
 border: 0px !important;
}
Regards,
Garvin

Posted: Wed May 18, 2005 1:18 pm
by DwB
Damn, that's what I haven't thought of..... :oops: