The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I Finally Did Something ! Specific User Title Tweek
I have 3 Admin , And each Ranked as Admin with
Admin? (Alt 0185) Admin? (Alt 0178) Admin? (Alt 0179) Of Course Im the Owner & Establisher (Many Owners Are Not The Establisher) In the AdminCP Side of the User Profile (User Options Via There Profile) Go To User Title Code:
<span style="color:#000000;"><img src="test.png"</img> <b> Admin? </b> </span> Configure Custom User Title to : Admin Set HTML Allowed Attached Is My 3rd Ranked Admin's Display DM |
#2
|
|||
|
|||
Your image tag is wrong. It should be
Code:
<img src="test.png" /> |
#3
|
|||
|
|||
Quote:
Or just Code:
<img src="test.png"> Either works. |
#4
|
|||
|
|||
if you want to be XHTML/HTML strict compliant (what everybody wants) forget about ZomgStuff's advice...
<img src="" /> is the only compliant tag here... and to make it more compliant, you can do that: HTML Code:
<img src="test.png" /> <span style="font-weight: bold; color: #000;">Admin?</span> |
#5
|
||||
|
||||
Quote:
The correct way to form an image tag is: Code:
<img src="" alt="" /> |
#6
|
||||
|
||||
Or Else What?
|
#7
|
||||
|
||||
Or else W3C Validation complains. Although I don't really care about having everything "W3C Validated".
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|