Hi, the code below is what I have as my template, the only thing is, the image in the table does not show up! Can anyone tell me how to get it to show?
Thanks:
<?
// template.inc
$header=<<<EOF
<head>
<title></title>
<LINK rel=STYLESHEET type="TEXT/CSS" href="http://sexgames.port5.com/sexstyle.css">
</head>
<body>
<center>
<table align="center" border="1" bordercolor="BLUE" cellspacing="0" cellpadding="2" width="468">
<tr>
<td><img src="\http://sexgames.port5.com/addesign1.gif\" width=\"468\" height=\"60\">
</table>
<br>
<table align="center" border="1" bordercolor="BLACK" cellspacing="0" cellpadding="2">
<tr>
<td><a href="http://" title="">Home</a> |
<a href="http://" title="">Turn On</a> |
<a href="http://" title="">ScreenShots</a> |
<a href="http://" title="">Download</a> |
<a href="http://" title="">Contact</a>
</table>
</center>
<br>
<br>
EOF;
$footer=<<<EOF
<br>
<br>
<center>
<table border="0" align="center" bordercolor="BLACK" cellspacing="0" cellpadding="2" width="80%">
<tr>
<td><hr width="100%" color="Black" size="1">
Copyright © 2001 SexGames
</table>
</center>
</body>
EOF;
?>