Page 1 of 1

Border around hyperlink in right side panel

Posted: Fri Jun 09, 2006 10:55 pm
by DMotel
Does anyone know what div or class in the right side panel html nugget plug-in dictates the color of the border around a hyperlink? In IE it is looks purple when I add an href to an image but I would like to make it grey.
Thanks!

Re: Border around hyperlink in right side panel

Posted: Fri Jun 09, 2006 11:09 pm
by garvinhicking
Hi!

That border is usually caused by <img> element borders.

Regards,
Garvin

Posted: Sat Jun 10, 2006 10:43 pm
by judebert
So use "a img{border: 2px solid grey;}" to make the border gray.