Quote:
Originally Posted by Lynne
This is not going to work:
HTML Code:
<td align=center width=5 height=100%
</td>
Try:
HTML Code:
<td align=center width=5 height=100%>
</td>
Check all your lines. You've done that in a couple of places. Also, you really should use quotes around the attributes, ie. align="center"
|
Thats heaps! It's all working now. I spent about 2 hours looking through that code and there it was.
One other small problem when I log out. Where it should say "are you sure you want to log out" it says undefined and when I click ok after that it says An error occurred while attempting to log you out. Click here to log out.