Both browsers has some problems in displaying the tables within a thread (http://vbulletin.com/forum/showthrea...threadid=26119).
Here is an easy fix.
In Template showthread find:
In Template postbit find:
and
Delete width="100%".
Here is an easy fix.
In Template showthread find:
Code:
<td bgcolor="#8080A6" width="100%"> <!-- Thread nav and post images -->
Code:
<td bgcolor="$post[backcolor]" width="100%" valign="top">
Code:
<td bgcolor="$post[backcolor]" width="100%" valign="middle" height="16">
Comment