Posted on 4 May 2008 5:04PM | Edited last 4 May 2008 9:56PM
Yes, I have made a tables layout, but dont know how do put it into a PHP layout. I know how to add the head and footer (codes below) but how do I use a background for the content???
Thanks in advance, Dan.
Head:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="665" height="150" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="15">
<img src="images/header_01.jpg" width="665" height="17" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/header_02.jpg" width="19" height="133" alt=""></td>
<td colspan="13">
<img src="images/ai-dreamer.net.jpg" width="630" height="83" alt="" border=0></td>
<td rowspan="4">
<img src="images/header_04.jpg" width="16" height="133" alt=""></td>
</tr>
<tr>
<td colspan="13">
<img src="images/header_05.jpg" width="630" height="24" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/header_06.jpg" width="125" height="26" alt=""></td>
<td>
<img src="images/home.jpg" width="62" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_08.jpg" width="13" height="26" alt=""></td>
<td>
<img src="images/forum.jpg" width="63" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_10.jpg" width="12" height="26" alt=""></td>
<td>
<img src="images/tuts.jpg" width="66" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_12.jpg" width="5" height="26" alt=""></td>
<td>
<img src="images/dls.jpg" width="63" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_14.jpg" width="16" height="26" alt=""></td>
<td>
<img src="images/web_templates.jpg" width="66" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_16.jpg" width="10" height="26" alt=""></td>
<td>
<img src="images/about_ai.jpg" width="56" height="22" alt=""></td>
<td rowspan="2">
<img src="images/header_18.jpg" width="73" height="26" alt=""></td>
</tr>
<tr>
<td>
<img src="images/header_19.jpg" width="62" height="4" alt=""></td>
<td>
<img src="images/header_20.jpg" width="63" height="4" alt=""></td>
<td>
<img src="images/header_21.jpg" width="66" height="4" alt=""></td>
<td>
<img src="images/header_22.jpg" width="63" height="4" alt=""></td>
<td>
<img src="images/header_23.jpg" width="66" height="4" alt=""></td>
<td>
<img src="images/header_24.jpg" width="56" height="4" alt=""></td>
</tr>
</table>
Footer:
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<img src="images/footer.jpg" width="700" height="50" alt="">
</body>
</html>