I'm working on a alternative design for my FHG tgp galleries and I am having trouble with my border tags using dreamweaver for coding and how they end up looking in firefox.
take a look at this code below in firefox and internet explorer
for the life of me I cannot remember the tags to adjust the colors for the border so that the table looks the same in IE and Firefox.
HELP!!!
<table width="100%" border="1" cellpadding="6" cellspacing="3" bordercolor="#FFFFFF">
<tr bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<td width="50%" bgcolor="#FFFFFF"><div align="center"><span class="style3"><a href="#" class="style4">See More LittleMutt Models </a></span> <img src="images/redpaw.jpg" width="22" height="22"></div>
<div align="center"></div></td>
<td width="50%" bgcolor="#FFFFFF"><div align="center"></div>
<div align="center"><a href="#" class="style4">Join LittleMutt Now </a> <img src="images/redpaw.jpg" width="22" height="22"> </div></td>
</tr>
</table>
take a look at this code below in firefox and internet explorer
for the life of me I cannot remember the tags to adjust the colors for the border so that the table looks the same in IE and Firefox.
HELP!!!
<table width="100%" border="1" cellpadding="6" cellspacing="3" bordercolor="#FFFFFF">
<tr bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<td width="50%" bgcolor="#FFFFFF"><div align="center"><span class="style3"><a href="#" class="style4">See More LittleMutt Models </a></span> <img src="images/redpaw.jpg" width="22" height="22"></div>
<div align="center"></div></td>
<td width="50%" bgcolor="#FFFFFF"><div align="center"></div>
<div align="center"><a href="#" class="style4">Join LittleMutt Now </a> <img src="images/redpaw.jpg" width="22" height="22"> </div></td>
</tr>
</table>


Comment