I just managed to convert my template from fluid to fixed but now I have one problem, the banner on the top of the page is not clickable. When clicked on it used to take you back to the index page, not it does nothing.
Can anyone tell me what I need to add in the "header" code to make it work again?
Code:
<a name="top"></a>
<table width=775 height=100% cellspacing="0" cellpadding="0" border="0" align="center" valign=top>
<tr>
<td align=center width=5 height=100%
</td>
<td align=center valign=top width=765>
<table cellspacing="0" cellpadding="0" border="0" align="center" valign=top width=100% height=100%>
<tr>
<td align=center valign=top height=188 width=100%
<table width="100%" height=188 cellspacing="0" cellpadding="0" border="0"
align="center" valign=top>
<tr>
<td align=left valign=top height=188 width=183>
<img src=images/voodoo/misc/logo.jpg>
</td>
<td align=right width=100% valign=top height=188 align=right>
<img src=images/blackice/site-name.jpg>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100% height=100% align=center valign=top bgcolor=#000000>
<table width=100% height=100% align=center valign=top border=0 cellpadding=0 cellspacing=0>
<td align=center width=100% height=100% valign=top>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
--------------- Added [DATE]1208542948[/DATE] at [TIME]1208542948[/TIME] ---------------
never mind. I worked it out.