I decided to take your advice Jon and start simple . I used the top portion of my previous layout and used it as my header the rest of it was made with html/css but I've ran into one small problem . I have a menu on the left but I also want the exact menu on the right also.
here is what it looks like so far.http://img250.echo.cx/img250/3440/newlayoutcss0fg.jpg
still need some improvement but better than slicing imo.
here is the html if need be i can post the stylesheet also
Code:
<html>
<head>
<title>EWI</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<Style>
<Table width="750" border="0" cellspacing="0" cellpadding="0" align="center" class="outline">
<tr>
<td class="botline"><img src="header.jpg" width="750" height="166"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="2" name="body">
<tr>
<td valign="top" width="130"><!-- start left navigation -->
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="outline" name="menu">
<tr>
<td class="head">Navigation</td>
</tr>
<tr>
<td class="menuBody">+<a href="http://www.ewi.com">Home</a><br>
+<a href="http://www.ewi.com/about.html">About</a><Br>
+<a href="http://www.ewi.com/games.html">Games</a><Br>
+<a href="http://www.ewi.com/downloads.html">Downloads</a><Br>
+<a href="http://www.ewi.com/links.html">Links</a>
</td>
</tr>
</table><!-- end of left navigation -->
</td>
<td valign="top" class="outline">
<p class="head">News</p>
<p></p>
<p></p>
</td>
<td valign="top" width="130"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="footer"><center>EWI (c) 2005 <a href="mailto:accbiggz@gmail.com?subject=Website problems and or feedback"> ACCBIGGZ</a> layout created by:<a href="mailto:dochappy@gmail.com?subject=Make Me A Graphic">Dochappy</a> All rights reserved.</center></Td>
</tr>
</table>
</body>
</html>
thanks again Jon and mark I appreciate , thinks are looking up lol