www.xzoid.com as you can see where the nav is on the right there is a little gap in dreamweaver it shows no gap but on the browser it does :s. Here is the code.
HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Xzoid - 06</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; } body { background-color: #666666; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body> <table width="1011" height="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th width="56" rowspan="12" background="images/border_left.gif"> </td> <td height="4" colspan="3"><img src="images/header_top.gif" width="599" height="4" /></td> <td colspan="10"><img src="images/nav_top.gif" width="301" height="4" /></td> <th width="56" rowspan="12" background="images/border_right.gif"> </td> </tr> <tr> <td width="4" height="132" rowspan="8"><img src="images/header_left.gif" width="4" height="132" /></td> <td width="591" height="132" rowspan="8"><img src="images/header.gif" width="591" height="132" /></td> <td width="4" rowspan="8"><img src="images/header_right.gif" width="4" height="132" /></td> <td width="5" rowspan="8"><img src="images/nav_left.gif" width="5" height="132" /></td> <td height="3" colspan="3"><img src="images/nav1_top.gif" width="142" height="3" /></td> <td width="4" rowspan="8"><img src="images/nav1_right.gif" width="4" height="132" /></td> <td width="5" rowspan="8"><img src="images/nav2_left.gif" width="5" height="132" /></td> <td colspan="3"><img src="images/nav2_top.gif" width="140" height="3" /></td> <td width="4" rowspan="8"><img src="images/nav2_right.gif" width="4" height="132" /></td> </tr> <tr> <td width="22" height="22"><img src="images/button_left.gif" width="22" height="22" /></td> <td width="98"><img src="images/button_home.gif" width="98" height="22" /></td> <td width="22"><img src="images/button_right.gif" width="22" height="22" /></td> <td width="22"><img src="images/button_left.gif" width="22" height="22" /></td> <td width="96"><img src="images/button_forum.gif" width="96" height="22" /></td> <td width="22"><img src="images/button_right.gif" width="22" height="22" /></td> </tr> <tr> <td height="21"><img src="images/button_left2.gif" width="22" height="21" /></td> <td><img src="images/button_crews.gif" width="98" height="21" /></td> <td><img src="images/button_right2.gif" width="22" height="21" /></td> <td width="22"><img src="images/button_left2.gif" width="22" height="21" /></td> <td width="96"><img src="images/button_resources.gif" width="96" height="21" /></td> <td width="22"><img src="images/button_right2.gif" width="22" height="21" /></td> </tr> <tr> <td height="21"><img src="images/button_left2.gif" width="22" height="21" /></td> <td><img src="images/button_services.gif" width="98" height="21" /></td> <td><img src="images/button_right2.gif" width="22" height="21" /></td> <td width="22"><img src="images/button_left2.gif" width="22" height="21" /></td> <td width="96"><img src="images/button_downloads.gif" width="96" height="21" /></td> <td width="22"><img src="images/button_right2.gif" width="22" height="21" /></td> </tr> <tr> <td height="21"><img src="images/button_left2.gif" width="22" height="21" /></td> <td><img src="images/button_portfolios.gif" width="98" height="21" /></td> <td><img src="images/button_right2.gif" width="22" height="21" /></td> <td width="22"><img src="images/button_left2.gif" width="22" height="21" /></td> <td width="96"><img src="images/button_competitions.gif" width="96" height="21" /></td> <td width="22"><img src="images/button_right2.gif" width="22" height="21" /></td> </tr> <tr> <td height="21"><img src="images/button_left2.gif" width="22" height="21" /></td> <td><img src="images/button_products.gif" width="98" height="21" /></td> <td><img src="images/button_right2.gif" width="22" height="21" /></td> <td width="22"><img src="images/button_left2.gif" width="22" height="21" /></td> <td width="96"><img src="images/button_aboutus.gif" width="96" height="21" /></td> <td width="22"><img src="images/button_right2.gif" width="22" height="21" /></td> </tr> <tr> <td height="21"><img src="images/button_left2.gif" width="22" height="21" /></td> <td><img src="images/button_tutorials.gif" width="98" height="21" /></td> <td><img src="images/button_right2.gif" width="22" height="21" /></td> <td width="22"><img src="images/button_left2.gif" width="22" height="21" /></td> <td width="96"><img src="images/button_contact.gif" width="96" height="21" /></td> <td width="22"><img src="images/button_right2.gif" width="22" height="21" /></td> </tr> <tr> <td height="2" colspan="3"><img src="images/nav1_bottom.gif" width="142" height="2" /></td> <td colspan="3"><img src="images/nav2_bottom.gif" width="140" height="2" /></td> </tr> <tr> <td height="4" colspan="3"><img src="images/header_bottom.gif" width="599" height="4" /></td> <td colspan="10"><img src="images/nav_bottom.gif" width="300" height="4" /></td> </tr> <tr> <td height="5" colspan="13"><img src="images/content_top.gif" width="899" height="5" /></td> </tr> <tr> <td colspan="13"> </td> </tr> </table> <p> </p> <p> </p> <p> </p> </body> </html>





Reply With Quote

. I have only coded the header and nav so far.
