Ok, I gave the above suggetion a try and here is what happened:
In the header template I changed the code for the table I want the login to be in to this:
<table background="images/loggin.jpg" cellpadding="0" cellspacing="0" border="0" width="222" height="27">
<tr>
<td align="right">$logincode</td>
</tr>
</table>
Next I deleted this from the forum home template:
<td align="right">$logincode</td>
After saving the changes I went into the forum and refreshed. Nothing happened except the login at the bottom was deleted. Nothing was put into the desired table in the header. When I viewed the source code this is what it is showing for the table in the header:
<table background="images/loggin.jpg" cellpadding="0" cellspacing="0" border="0" width="222" height="27">
<tr>
<td align="right"></td>
</tr>
</table>
Nothing is showing up in the <td></td>
Any help you could give would be much appreciated.
Thanks
JakeC
|