The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't find code in template
I have a piece of code that is causing a problem on my forums (well, at least I think it is causing it):
HTML Code:
</div></div></div></td></tr><tr><td class="cat_bottom" style="margin: 0px; padding: 0px; line-height: 0px;" colspan="5"><img src="http://cod4boards.com/clear.gif" alt="" height="8" width="1"></td></tr> </tbody> </table> What it should look like: http://www.vbstyles.com/demo/?styleid=39 Note how the div/table ends right under the welcome message on my forum, and there is no background for the rest of the container. Does anyone know where this code could be coming from? (and where to find it) Also, this only happens on the index, the other pages show up as they should Sorry if this is in the wrong section |
#2
|
||||
|
||||
It looks to me like it is this bit of code that is throwing it off:
Code:
<!-- google_ad_section_start --> <tr><td class="cat_bottom" style="line-height: 0px; padding: 0px; margin: 0px;" colspan="5"><img src="http://cod4boards.com/clear.gif" alt="" width="1" height="8" /></td></tr> </tbody> </table> <div class="cat_spacer"></div> It's closing the table which is something not being done on the skin that you want it to be like. |
#3
|
|||
|
|||
Quote:
Anyways, I managed to fix it (I messed something up, so I copied the original template code and pasted it back in, and viola Thanks for replying |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|