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, 03:43 PM
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 |
well, i think that the other code is blocking the .nametext code from working.
i suggest copying &pasting the properties of the *text into here CODE font, body, table, td, div, h1, h2, br, a, p {font-family:; font-size:; color:; background-color: text-transform:; text-decoration:; font-weight:;} .orangetext15 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .whitetext12 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .lightbluetext8 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .text {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .nametext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .blacktext12 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .blacktext10 {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .btext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .redtext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} .redbtext {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} its pretty easy to copy &paste, &its easier to work with. CODE a:link, a:active, a.man:link, a.text:link, a.redlink:link, a.redlink:active, a.navbar:link, a.navbar:active {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} a:visited, a.man:visited, a.text:visited, a.redlink:visited, a.navbar:visited {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:; font-size:; color:; background-color:;text-transform:; text-decoration:; font-weight:;} ^those are for the links i got those from here http://www.createblog.com/forums/index.php?showtopic=144829 |
|
|
|
Aug 23 2008, 05:11 PM
Post
#3
|
|
|
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
|
|
|
|
![]() ![]() |