The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how i can color Usergroups
hello
how i can color Usergroups i am useing Macromedia Dreamweaver 8 that a code i make it learn me how i can useing it's plz? Code:
<style type="text/css"> <!-- .style4 {color: #C2AD32} --> </style> <span class="style4">ddd</span> |
#2
|
|||
|
|||
Edit your usergroup.
Find "Username HTML Markup" field and put: In the first field: Code:
<span class="style4"> Code:
</span> Code:
.style4 {color: #C2AD32} You may want to consider this: In the first field: Code:
<span style="color: #C2AD32"> Code:
</span> |
#3
|
|||
|
|||
i dont understad that
Quote:
|
#4
|
|||
|
|||
You will need to add this to your <head></head> tags
Code:
<style type="text/css"> <!-- .style4 {color: #C2AD32} --> </style> Use the second method I suggest then you don't have to do the above. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|