Hello,
I'm adding some code to SHOWTHREAD that, when added, breaks my forums width and makes it "100%" browser width rather than locked @ 1024px.
Code:
<if condition="$vboptions['bt_tag_active'] AND $tags">
<table class="tborder" cellpadding="1" cellspacing="1" border="0" width="1024px"
align="center">
<tr>
<td class="alt1"><strong>Tags</strong>: $tags</td>
</tr>
</table>
</if>
I'm adding it in SHOWTHREAD directly above:
Code:
</table>
<!-- / controls above postbits -->
If I remove the code, it goes back to 1024px wide, if I add the code my forum breaks and is 100% browser width. The header and nav bar remain @ 1024px, but the rest from there down becomes 100% browser width.
Any ideas? Thanks in advance for the help. This place is great for finding help with vB issues.