The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding some code to SHOWTHREAD breaks forum width
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> Code:
</table> <!-- / controls above postbits --> Any ideas? Thanks in advance for the help. This place is great for finding help with vB issues. |
#2
|
||||
|
||||
If you are adding a close table tag above it, then you are breaking the html on the page and thus the problems you are having. Can I ask *why* you want to add that tag there?
|
#3
|
|||
|
|||
Lynne, you're a genius! I removed the </table> I had in the additional code I added. I had thought that because I was starting a table...
Code:
<table class="tborder" cellpadding="1" cellspacing="1" border="0" width="1024px" align="center"> Many thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|