
08-01-2006, 06:00 PM
|
|
Quote:
Originally Posted by DementedMindz
Thank you for the mod also if you change a few things you can make it Valid XHTML 1.0 Transitional
Example:
Code:
<tr>
<td class="alt1"><table border="0" width="165" class="portalnav">
<tr><td align="left" width="100%" style="background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><a href="http://www.yourdomain.com/forums/link.htm">Link Title</a></td></tr>
</table></td></tr>
Basiclly change onMouse to a lower case m and also add the <tr> in the begining and at the very end add a </tr>
|
Updated. Thanks!
|