HELP!
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
re:
template? lol
erm.... the header looks like this:
Yep.
and the footer.php is just the basics lol.
erm.... the header looks like this:
Code: Select all
<p><span style="position: absolute; left: 1; top: -2"><img border="0" src="benadams.jpg" width="800" height="600"></span></p>
<div align="left">
<table border="1" width="338" height="226">
<tr>
<td width="338" height="226">
<div style="position: absolute; top: 367; left: 11; width: 328; height: 261">
</div>
</td>
</tr>
</table>
</div>and the footer.php is just the basics lol.
The table is closed before anything is printed. Why should the page-content be in there? 
Maybe if you split the code into
Maybe if you split the code into
Code: Select all
//header.php
<p><span style="position: absolute; left: 1; top: -2"><img border="0" src="benadams.jpg" width="800" height="600"></span></p>
<div align="left">
<table border="1" width="338" height="226">
<tr>
<td width="338" height="226">
<div style="position: absolute; top: 367; left: 11; width: 328; height: 261">Code: Select all
//footer.php
</div>
</td>
</tr>
</table>
</div>