is there a way in CSS to put this layout in another file and have each page load it using CSS?
This is the layout script
Put the text that every page would have different herePHP Code:?>
<body bgcolor="#000000" text="#FFFFFF">
<center>
<table width="1100" height="100" border="0" class="top">
<tr>
<td height="109" align="center" valign="top"><img src="http://fmammorpg.x10hosting.com/sitelogo3.jpg" width="361" height="100"></td>
</tr>
</table>
<table width="902" height="114">
<tr>
<td width="900" height="100" align="center" valign="middle"><a href="main.php"><img src="http://fmammorpg.x10hosting.com/mainpage.jpg" width="212" height="100"></a><a href="http://z15.invisionfree.com/FMA_MMORPG_FORUMS/index.php?" target="_blank"><img src="http://fmammorpg.x10hosting.com/forums.jpg" width="212" height="100"></a><a href="process.php"><img src="http://fmammorpg.x10hosting.com/logout.jpg" width="211" height="100"></a></td>
</tr>
</table>
<table width="900" height="700" border="0">
<tr>
<td width="740" height="700" align="left" valign="top">
<?
PHP Code:?>
</td>
<td width='150' height='700' align='left' valign='top'>
<img src='http://fmammorpg.x10hosting.com/sitelogo.jpg' width='167' height='250'>
<p></p> <a href='main.php'>Main Page</a>
<br></br><a href='town.php'>Town</a>
<br></br><a href="ranks.php">Ranks</a>
<br></br><a href='http://z15.invisionfree.com/FMA_MMORPG_FORUMS/index.php?' target='_blank'>Forums</a>
<br></br><a href='process.php'>Logout</a>
</td>
</tr>
</table>
</center>
<?


LinkBack URL
About LinkBacks
Reply With Quote




