How can I change my image bordercolor in IE5

windows

Guest
Does anyone know how I can change my images (in fact my img dynsrc) bordercolor in Internet Explorer 5. At present my code is P ALIGN="CENTER"> <img dynsrc=http://www.htmlforums.com/archive/index.php/"louise.mpg" loop=false border="12" start="Mouseover" width=352 height=288></font></P><!--content-->Hello Ziggy / Jim,<br />
<br />
I'm wondering if the .mpg is .jpg? If so, I've seen a few ways for setting border colour.<br />
<br />
First way (assuming that your image is a link):<br />
Border colour is actually link colour, so it's up to you to set the link, vlink, and alink colours to the colour you want for the border.<br />
<br />
Second way (which you might find more suitable):<br />
Place the image inside a table that has the background colour of the colour you prefer for your border.<br />
<br />
<table cellspacing="0" cellpadding="12"><br />
<tr><br />
<td bgcolor="yellow"><br />
<img src= <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/width=">http://www.htmlforums.com/archive/index.php/width=</a><!-- m --> height= border="0" alt=><br />
</td><br />
</tr><br />
</table><br />
<br />
Third way:<br />
Go to <!-- m --><a class="postlink" href="http://www.htmlgoodies.com">http://www.htmlgoodies.com</a><!-- m -->. Look under Style Sheets (left border), CSS and Borders (scroll down).<br />
<br />
Vayl<br />
<!-- m --><a class="postlink" href="http://vaylscrafts.port5.com">http://vaylscrafts.port5.com</a><!-- m --><!--content-->
 
Back
Top