The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Okay so a premium member kept asking me to change their username to white because they thought it would look cool. I have done it but it is very hard to see on the main index page. This is how it looks on his profile (http://www.futuramaff.com/member.php?u=4381) as you can see it's easily read there but harder when smaller. Is it possible to add a black border around the name so that it can be easily readable? Many thanks.
|
#2
|
||||
|
||||
![]()
You have:
HTML Code:
<span style="font-weight:bold;color:#FFFFFF;background: url(images/fffsparkly.gif)">nacirema</span> HTML Code:
<span style="font-weight:bold;color:#FFFFFF;background: url(images/fffsparkly.gif); border: 1px black solid;">nacirema</span> |
#3
|
|||
|
|||
![]()
Hmm, I added the 2nd code and the username totally disappeared
![]() |
#4
|
||||
|
||||
![]()
You need to only add the first span part, not the whole thing.
|
#5
|
|||
|
|||
![]()
I added this into the first part
<span style="font-weight:bold;color:#FFFFFF;background: url(images/fffsparkly.gif); border: 1px black solid;"> and </span> into the 2nd part. |
#6
|
||||
|
||||
![]()
I can see nothing wrong with that code.
|
#7
|
|||
|
|||
![]()
If it helps, when I press update and go BACK to the HTML markup I just saved, this is in the first box
<span style="font-weight:bold;color:#FFFFFF;background: url(images/fffsparkly.gif); border: 1px blac Nothing else :S |
#8
|
||||
|
||||
![]()
Ah, it looks like it only takes xx characters. Best thing to do then is just use a class and put the properties in the class definition.
|
#9
|
|||
|
|||
![]()
You've lost me now lol
|
#10
|
||||
|
||||
![]()
.hisclass {font-weight:bold;color:#FFFFFF;background: url(images/fffsparkly.gif); border: 1px black solid;}
<span class="hisclass"> </span> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|