Display name code & Font code?, 2 codes dont work together |
Display name code & Font code?, 2 codes dont work together |
Aug 23 2008, 02:30 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2008 Member No: 679,784 |
HOW DO I MAKE IT SO MY DISPLAY NAME CODE WORKS AS WELL AS MY FONT CODES ?
I have the font code that makes your whole myspace a certain font. CODE <style> *{font-size:11px!important; font-family:arial!important; cursor:default!important; font-weight:normal!important; } </style> But if i try to put the display name code that changes your display name to a certain font, it won't work. CODE <style>
.nametext{color:0000FF; font-family:tahoma; text-decoration: none; font-size: 30pt; font-weight:bold; letter-spacing:-1pt; border: none; line-height:18pt; background-color:none; text-transform:uppercase; } </style> |
|
|
|
![]() |
Aug 23 2008, 05:11 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
you have the properties of * set to !important. that's going to override any other text styles you add in, unless you add !important after each of the properties for the class .nametext
|
|
|
|
Jacoob Display name code & Font code? Aug 23 2008, 02:30 PM
nikx618 well, i think that the other code is blocking the ... Aug 23 2008, 03:43 PM![]() ![]() |