The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Setting more than one class=?
say i have the following code:
HTML Code:
<td class='alt1'>
HTML Code:
<td class="smallfont">
|
#2
|
||||
|
||||
Modern browsers...
HTML Code:
<td class="alt1 smallfont">text goes here</td> HTML Code:
<td class="alt1"><div class="smallfont">text goes here</div></td> |
#3
|
|||
|
|||
princeton - thanks that worked. one more question:
how to i change the font size of a variable that a template is calling from a .php file? ie: {$welcome_topics} the smallfont declaration in my template seems to have no effect on the size of it. i tried editing the php file, and just came out with a parse error. thanks again. |
#4
|
||||
|
||||
First place to look into is the template that displays this information.
Second place ... phrases Third place to check ... the php file |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|