html help graphic border color

Yanez

New Member
Hi, i need to figure this out and put it in my project and i get extra credit points so i need to know:
How do i change the color of the border around my image?
for example i have
<img src=arsenal.gif align=right height=125 widht=125 border=9>

i have a border 9 but its black, i wanna change it to red something.
Thanks in advance.
 
I'll tell you tomorow cuz i have to go to sleep, but i think you can do it with javascript.

night!
 
Just put "bordercolor=*color*" within the <img> tag, replacing *color* with a color or hexadecimal value.

EDIT:
Actually, it appears this doesn't work. I could have sworn this was the way. I'm looking on Google now.
 
Last edited:
Back
Top