The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
<a href="http://community.zoovix.com/showthread.php?p=102#post102" target="_blank">http://community.zoovix.com/showthre...?p=102#post102</a>
I added a border in my "Page Background" CSS part. It's in the "Extra CSS Attributes" Under "Page Background", and I put: border:1px solid #373737; Why is it showing random lines in showthread now? I'd like to keep that border, but get rid of the ugly lines in showthread. |
#2
|
|||
|
|||
![]()
This is due to it being referenced under the "page" css
Create a new css attribute something like: Code:
#page_border { border:1px solid #373737; width: 902px; margin:0 auto; } now find HTML Code:
<!-- /logo -->
and add HTML Code:
<div id="page_border"><!-- Start: Page border --> now find this in your footer template: HTML Code:
<br /><br /><br /> HTML Code:
</div><!-- End: Page border --> |
#3
|
|||
|
|||
![]()
You saved my *** (blanked out by myself).
![]() Thank you man! |
#4
|
|||
|
|||
![]()
No problem
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|