The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
some border questions
A screenshot is attached of what I want to get rid of.
How do I get rid of the border surrounding the forum header? For instance, I'm posting this in Community Discussions, and there's a bordering surrounding that forum. I would like to get rid of the border around the Community Discussions header. Also, how do I change the inner table border like this site? |
#2
|
||||
|
||||
Whole header is in one table, and those borders are table cellspacing, so to remove those borders you'll need to move header outside of table. Easiest solution is to put it in <caption> inside table, so code would be like this:
Code:
<table ...> <caption> header text </caption> <tr> ...and the rest of table Code:
caption { display: block; margin: 0; padding: 3px; ...background, color, etc... } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|