View Single Post
Old 02-14-2006, 05:04 PM   #5
Morphine
Junior Member
 
Join Date: Feb 2006
Location: Stockholm, Sweden
Posts: 18
Morphine is on a distinguished road
Default

You'll have 100% control of the image border like this:

Code:
<img src="path/to/image/here.jpg" style="border: 2px solid #f00" />
The first value sets the border width, the second sets the style (solid, dashed, grove, etc.) while the third one sets the color.
Note: If you don't want a border at all just replace it with "border: 0".
Morphine is offline   Reply With Quote