Should I just leave it as such or could someone show me how I would go about exchanging the tables for CSS, please?
This is what I have so far in my CSS file.
Here is the code with the tables.Code:#wrapper { width: 960px; margin: 0 auto; overflow: hidden; background: #fff; text-align: center; }
Code:<div id="wrapper"> <!-- BANNER --> <table width="960" height="100" background="images/top_banner_background.jpg" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top"><img src="images/top_banner_left.jpg" width="345" height="100" border="0"></td> <td align="right" valign="top"><img src="images/top_banner_right.jpg" width="405" height="100" border="0"></td> </tr> </table> <!-- GRID & GIF --> <table width="960" height="100" background="images/grid.gif" cellpadding="0" cellspacing="0" border="0"> <tr> <td align="center" valign="center"><img src="images/motion.gif"></td> </tr> </table> <table width="960" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" align="left" width="150"> <img src="images/menu_top.jpg"> <ul id="Menu1" class="MM"> <li><a href="#">Home</a></li> <li><a href="#">Forums</a></li> <li class="NOSEPARATOR"><a href="#">Admin</a></li> </ul> </td> <td width="660" valign="top"> {{content}} </td> <td width="150" align="right" valign="top" width="150"> <img src="images/1.jpg" /><br /> <img src="images/2.gif" /><br /> </td> </tr> </table> </div>



Reply With Quote





Bookmarks