Here's a weirdo to me.
I want to draw a thin border around the entire forum, just to seperate it better from the background, and here's what I did:
EDIT: The CSS was inserted into the header template.
This works just as planned in forumlist and threadlist views, yet NOT within the threads themselves. Here, the border ends right below the forum path (e.g. vBulletin Community Forum > Customising vBulletin > vBulletin Templates).
This would mean to me that the threads are not placed within the main content table, which seems kinda odd to me.
Any help is appreciated.
I want to draw a thin border around the entire forum, just to seperate it better from the background, and here's what I did:
Code:
<!-- content table --> <table style="border-style: solid; border-width: 1px; border-color:#000000" bgcolor="#FFFFFF" width="100%" cellpadding="10" cellspacing="0">
This works just as planned in forumlist and threadlist views, yet NOT within the threads themselves. Here, the border ends right below the forum path (e.g. vBulletin Community Forum > Customising vBulletin > vBulletin Templates).
This would mean to me that the threads are not placed within the main content table, which seems kinda odd to me.
Any help is appreciated.
Comment