border around pictures using media manager

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
DwB

border around pictures using media manager

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: border around pictures using media manager

Post by garvinhicking »

You should do this via CSS:

Code: Select all

img {
 border: 0px !important;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
DwB

Post by DwB »

Damn, that's what I haven't thought of..... :oops:
Post Reply