heres my site:
<head>
<TITLE>Magik realm 2k</TITLE>
<link rel="stylesheet" href="taco.css" type="text/css">
</head>
<BODY bgcolor="#000000">
<font color="red">
<? php
if(isset($content)){
include $content;
} else {
include "index.php";
}
echo ("<a href=\"?content=pdxauto.php\">page</a>");
<td width="100" align="right" valign="top">
<table border=0 cellpadding=3 width="150" cellspacing="5" class="tables">
<tr>
<td class="tables">
echo ("<a href=\"?content=pdxauto.php\">page</a>");
</td>
</tr>
</table>
?>
</font>
</BODY>