The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have this in my postbit:
HTML Code:
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
![]() |
#2
|
||||
|
||||
![]()
You need the semicolon after your variable.
Code:
<hr noshade size="1" style="color: $stylevar[tborder_bgcolor];" /> However, it would be best just to use the hex color you want in there, or create a new css definition for it to use. |
#3
|
||||
|
||||
![]()
Ah, thanks. I didn't know that about the semicolon in general. Unfortunately that didn't fix the problem, though. Even when I put #000000 in directly it still shows up as white in IE and black in Firefox.
Edit to add: The problem is Firefox doesn't handle css in <hr> very well, as described here. So I have to just use color="white" instead of the style tag. Thanks for your help, though. ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|