Table colors swapping

Winfolinx.com
Tips Collection




Put this between your HEAD-tags:
<style>
td
{
font-family: verdana,arial,sans-serif;
font-size:12pt;
font-weight:bold;

}
</style>




Put this between your BODY-tags:
<TABLE bgcolor="#CC0000" cellpadding="6" cellspacing="2" border="0" width="25%">
<TR>
<TD onmouseover="this.style.backgroundColor='#FFFF00';" onmouseout="this.style.backgroundColor='#C9C9C9'" align="center">
<a href="http://www.winfolinx.com"><FONT COLOR="#000000">Winfolinx.com</FONT></a>
</TD></TR>
<TR><TD onmouseover="this.style.backgroundColor='#FFFF00';" onmouseout="this.style.backgroundColor='#C9C9C9'" align="center">
<a href="http://www.winfolinx.com/tips/howto/howindx.htm#trix"><FONT COLOR="#000000">Tips Collection</FONT></a>
</TD></TR>
</TABLE>

Free JavaScripts provided
by Winfolinx.com

Back