View Full Version : image linking question...


chibi_tenshi
07-20-2003, 05:45 AM
i was wondering...if i use an image link, and want a border, can i still alter the border colour? if so, what do i need to include in the code?

Peter
07-20-2003, 09:59 AM
<a href="your link"><img src="your image" style="border-color: #000000; border-width: 1px; border-style: solid"></a>

I believe that should work.

chibi_tenshi
07-20-2003, 07:04 PM
thank you so much!