geoff2k
Golden Member
On the table that contains the "Enter your message here" and the text area, there's a double quote missing in the table tag:
...
<table border="0" cellpadding="0" cellspacing="1" width="97%">
<tr>
<td bgcolor="eeeeee" valign="top" width="12%">
</td>
<td bgcolor="dddddd" valign="top" >
<center>
<table border="0>
<tr>
<td>
<font face="Arial" size="2">
...
This missing quote doesn't seem to affect NS or IE, but Opera formats the table in a very weird manner.
...
<table border="0" cellpadding="0" cellspacing="1" width="97%">
<tr>
<td bgcolor="eeeeee" valign="top" width="12%">
</td>
<td bgcolor="dddddd" valign="top" >
<center>
<table border="0>
<tr>
<td>
<font face="Arial" size="2">
...
This missing quote doesn't seem to affect NS or IE, but Opera formats the table in a very weird manner.