• 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.

The Game Shadow is up!

Did you try to set the spacer image width, because that seems to work for me..
Like this:

<td width=&quot;1&quot;> <img src=&quot;images/spacer.gif&quot; width=1 height=1></td>
<td width=&quot;67&quot;> <img src=&quot;images/spacer.gif&quot; width=67 height=1></td>
<td width=&quot;56&quot;> <img src=&quot;images/spacer.gif&quot; width=56 height=1></td>
<td width=&quot;310&quot;> <img src=&quot;images/spacer.gif&quot; width=310 height=1></td>
<td width=&quot;203&quot;> <img src=&quot;images/spacer.gif&quot; width=203 height=1></td>
<td width=&quot;29&quot;> <img src=&quot;images/spacer.gif&quot; width=29 height=1></td>
<td width=&quot;75&quot;> <img src=&quot;images/spacer.gif&quot; width=75 height=1></td>
 
yeah that works, I thought you were refering to this line:

<td background=&quot;images/right-background.gif&quot; height=&quot;1&quot; width=&quot;29&quot;>
<img src=&quot;images/right-background.gif&quot; width=&quot;1&quot; height=&quot;1&quot; align=&quot;top&quot;></td>

the second line &quot;img src&quot; use to be spacer.gif

thanks 😀
 
Back
Top