![]() |
Cell BG Changer - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: Cell BG Changer (/Thread-Cell-BG-Changer) |
Cell BG Changer - hoxy - 06-07-2011 <!-- TWO STEPS TO INSTALL CELL BG CHANGER: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <!-- Original: Chris Chopping (scripts@site4sure.com) --> <!-- Web Site: http://www.site4sure.com --> <style> .tditem { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: gray; } </style> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <center> <table border=0 cellpadding=0 cellspacing=0> <tr> <td onmouseover="bgColor='blue'" onClick="window.location='page1.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"> <a href="page1.html" class="tditem"> Item 1</a></font></b></td> <td width="1" align="center">|</td> <td onmouseover="bgColor='blue'" onClick="window.location='page2.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"> <a href="page2.html" class="tditem"> Item 2</a></font></b></td> <td width="1" align="center">|</td> <td onmouseover="bgColor='blue'" onClick="window.location='page3.html'" style="cursor:hand" onmouseout="bgColor='#FFFFFF'" bgcolor="#FFFFFF" width="100" align="center" valign="center"><b><font color="#D5D5D5"> <a href="page3.html" class="tditem"> Item 3</a></font></b></td> </tr> </table> </center> <p><center> <font face="arial, helvetica" size="-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.60 KB --> |