Quote:
Originally Posted by defi
Cause you're telling it to align to a certain width instead of letting the browser define a width it thinks fits.
|
Didn't work.
Code is .....
Code:
</td>
<td class="alt2" width="165">$forum[lastpostinfo]</td>
<td class="alt1" width="65">$forum[threadcount]</td>
<td class="alt2" width="65">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1" width="120"><div class="smallfont">$forum[moderators] </div></td>
Have tried different widths but just pushes the problem from one side to the other ??
Problem is now showing in FFox, just not as bad. The post icon column is also not the same all the way down page which is strange considering I'm using the themes own icons and they are all the same size ???
Weird