The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
![]()
I can't see that stuff cuz I'm not logged in, but I'm pretty sure they are all phrases so you'll have to go edit the phrases.
I know you probably don't want to hear this, but a lot of this may have been avoided by sticking to only css in your style. You added in the bgcolor for the cells (and your body) instead of adding a class, or using the existing classes for those tags, that had everything all defined - background color, font colors, link colors, etc. |
#22
|
|||
|
|||
![]()
Sorry for being annoying, but how do I edit these phrases?
|
#23
|
||||
|
||||
![]()
You either find the name of the phrases in the template or just go to Search in Phrases and put in part of the phrase ("welcome,") and it should find the phrase for you.
|
#24
|
|||
|
|||
![]()
hmm, when editing the phrase. I did the following:
ORIGINAL: Code:
Welcome, <a href="{2}">{1}</a>. Code:
<font color="#FFFFFF">Welcome, <a href="{2}">{1}</a>.</font> |
#25
|
||||
|
||||
![]()
This is using CSS. The font tag is deprecated. You should use css instead of html style tags since most are deprecated.
HTML Code:
Welcome, <a href="{2}"><span style="color:#FFFFFF">{1}</span></a>. |
#26
|
|||
|
|||
![]()
Thankyou, this is now perfect.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|