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> |
|
|
|
nikx618 well, i think that the other code is blocking the ... Aug 23 2008, 03:43 PM
fixtatik you have the properties of * set to !important... Aug 23 2008, 05:11 PM![]() ![]() |