• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Small HTML glitch makes "Reply Private Message" look odd in Opera

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=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;1&quot; width=&quot;97%&quot;>
<tr>
<td bgcolor=&quot;eeeeee&quot; valign=&quot;top&quot; width=&quot;12%&quot;>
</td>
<td bgcolor=&quot;dddddd&quot; valign=&quot;top&quot; >
<center>
<table border=&quot;0>
<tr>
<td>
<font face=&quot;Arial&quot; size=&quot;2&quot;>
...

This missing quote doesn't seem to affect NS or IE, but Opera formats the table in a very weird manner.
 
Back
Top