Hi
Im trying to build a simple site with three includes one for the header one for the footer and one for the navigation...the darn thing looks fine in dreamweaver but when i post to the web i see nothing except the background and the delete image...all files are in the root....any insight would be great...heres the code <html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="images/bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="1050" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!--#include virtual="top.html"-->
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><!--#include virtual="navright.html"--></td>
<td><img src="images/delete.gif" width="752" height="370" alt=""></td>
</tr>
</table></td>
</tr>
<tr>
<td><!--#include virtual="footer.html"--></td>
</tr>
</table>
</body>
</html>