The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
I copied exactly what you did and it didn't work. It's because you didn't use standard quote marks in your html and so it converted it.
Use " not ” So: HTML Code:
<div style="text-align:center;"> <h2 class="seovb2">$foruminfo[title_clean]</h2> <h3 class="seovb3">$foruminfo[description]</h3> </div> HTML Code:
<div style=”text-align:center;”> <h2 class=”seovb2″>$foruminfo[title_clean]</h2> <h3 class=”seovb3″>$foruminfo[description]</h3> </div> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|