HELP!
Posted: Wed Jan 15, 2003 8:33 am
Hey! My problem is that the pages on my site won't be in my table which I created in header.php, so the text goes all over the page. How can I make ALL the pages open in a table? please help me.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
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>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>