Great hack been using it for a few months now
www.bluepearl-design.com/forums
On my X-Factor skin i have images around all my tables, and when i view the forums as registered user i get a blank table. See attached screenshot. But members viewing the phrases have no problems at all.
This has only happened since i updated to vBulletin 3.5.3, is there a IF statement i can use to fix this problem?
This is my code:
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#39393B">
<tr>
<td width="34" height="28"><img src="/forums/images/X-Factor/misc/a3.jpg" width="34" height="28" border="0"></td>
<td width="100%" height="28" background="/forums/images/X-Factor/misc/a4.jpg"></td>
<td width="34" height="28"><img src="/forums/images/X-Factor/misc/a5.jpg" width="34" height="28" border="0"></td>
</tr>
<tr>
<td width="34" background="/forums/images/X-Factor/misc/a6.jpg"></td>
<td width="100%" bgcolor="#39393B">
$welcomeheaders
</td>
<td width="34" background="/forums/images/X-Factor/misc/a7.jpg"></td>
</tr>
<tr>
<td width="34" height="29"><img src="/forums/images/X-Factor/misc/a8.jpg" width="34" height="29" border="0"></td>
<td width="100%" height="29" background="/forums/images/X-Factor/misc/a9.jpg"></td>
<td width="34" height="29"><img src="/forums/images/X-Factor/misc/a10.jpg" width="34" height="29" border="0"></td>
</tr>
</table>
Thanks