kirupaForum
>
Development
>
Web (HTML5, CSS, JavaScript)
> [HTML] Image Border
PDA
View Full Version :
[HTML] Image Border
NeoDreamer
June 19th, 2006, 02:14 PM
How do you change the border color of an image using HTML?
<img src="image.jpg" border="5">
simplistik
June 19th, 2006, 02:18 PM
<img src="image.jpg" style="border: 5px solid #0066ff;"/>
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.