Simpler way of making tutorial
Posted: Wed 10. Mar 2004, 23:44
Ok it would be nice/nicer if there was a way I just just put in all the HTML For my page.. have just the whole layout in one page not having to split it up into like header and stuff, just have everything in the same place, like on one page have
and just have all that in one space instead of having to split it up.. that's my idea, it just seems easier to me.
Code: Select all
<meta http-equiv="Content-Language" content="en-us">
<p align="center">THIS IS THE HEADER</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="33%">{MENU}</td>
<td width="33%">{CONTENT}</td>
<td width="34%">{SOME OTHER CRAP}</td>
</tr>
</table>
<p align="center">THIS IS THE FOOTER</p>