Log In · Register

 
 
Closed TopicStart new topic
display name
infatuatedxsoul
post Oct 5 2006, 06:04 PM
Post #1


Senior Member
****

Group: Member
Posts: 106
Joined: Sep 2006
Member No: 465,920



how do you make your display name on your profile a different text, size, and color?
 
freeflow
post Oct 5 2006, 06:05 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



By searching the forums.
CODE
<style type="text/css">
.nametext{color: ######; font-family: font name here; font-size: ##px; text-decoration: none; font-weight: bold;}</style>
 
infatuatedxsoul
post Oct 5 2006, 06:17 PM
Post #3


Senior Member
****

Group: Member
Posts: 106
Joined: Sep 2006
Member No: 465,920



it doesnt work!
 
freeflow
post Oct 5 2006, 06:28 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



It works perfectly fine for me. Did you edit all the parts that say ###### and the font name?
Example: http://myspace.com/poopietest


Post the code you used and link your myspace if it still doesn't work for you. Sometimes you already have the code in there.
 
infatuatedxsoul
post Oct 5 2006, 06:36 PM
Post #5


Senior Member
****

Group: Member
Posts: 106
Joined: Sep 2006
Member No: 465,920



i used this;

<style type="text/css">
.nametext{color: 5F9EA0; font-family: Arial Narrow; font-size: 12px; text-decoration: ; font-weight: bold;}</style>


...and i don't think soo..

myspace.com/justine_yay
 
freeflow
post Oct 5 2006, 06:40 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Problem is you were already editing it in your code. To fix the problem find this line:
CODE
orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext { color: 000000; font-size: 11px; font-weight: normal; font-family: Arial;  }


change it to:
CODE
orangetext15, .lightbluetext8, .whitetext12, .btext, .redtext, .redbtext { color: 000000; font-size: 11px; font-weight: normal; font-family: Arial;  }
 
infatuatedxsoul
post Oct 5 2006, 06:43 PM
Post #7


Senior Member
****

Group: Member
Posts: 106
Joined: Sep 2006
Member No: 465,920



it looks weird. everything changes when i try that.
 
freeflow
post Oct 5 2006, 08:24 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



All that line does is make your name text the size you said it too. . Post your code and explain more.
 
infatuatedxsoul
post Oct 5 2006, 11:39 PM
Post #9


Senior Member
****

Group: Member
Posts: 106
Joined: Sep 2006
Member No: 465,920



the code makes all the other orange text bigger and in a different font.

this is my coding;
<style type="text/css">
body {
background-color:000000;
background-image:url('http://i114.photobucket.com/albums/n251/mrzyungtwyst/banner.jpg');
background-attachment: fixed;
background-position:right top;
background-repeat:no-repeat;
}


body, div, p, strong, td, .text, .blacktext11, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color: 666666; font-size: 11px; font-family: Arial; }

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext { color: 000000; font-size: 11px; font-weight: normal; font-family: Arial; }

a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:link, a.redlink:visited { color: 000000; font-weight: normal !important; text-transform: lowercase !important; font-size: 11px; font-family: Arial; } a:hover {color: 4682B4!important; text-decoration: none!important; font-style: arial narrow !important; font-size: 11px; font-weight: none !important; text-transform: lowercase !important; letter-spacing: -0pt !important; }

table table table { background-color: FFFFFF; border-width: 1px; border-color: 000000; border-style: solid; } table table table table, table table table td{ border-style:none;}

a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color: 708090; font-size: 11px; font-family: Arial; }

a img {border-color:000000; border-style:solid; border-width:1px;}
a:hover img {border-color:4682B4; border-style:solid; border-width:1px;}
</style>
 
*StanleyThePanda*
post Oct 5 2006, 11:42 PM
Post #10





Guest






I edited your code, so try this:

CODE
<style type="text/css">
body {
background-color:000000;
background-image:url('http://i114.photobucket.com/albums/n251/mrzyungtwyst/banner.jpg');
background-attachment: fixed;
background-position:right top;
background-repeat:no-repeat;
}


body, div, p, strong, td, .text, .blacktext11, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color: 666666; font-size: 11px; font-family: Arial; }

.orangetext15, .lightbluetext8, .whitetext12, .btext, .redtext, .redbtext { color: 000000; font-size: 11px; font-weight: normal; font-family: Arial; }

a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:link, a.redlink:visited { color: 000000; font-weight: normal !important; text-transform: lowercase !important; font-size: 11px; font-family: Arial; } a:hover {color: 4682B4!important; text-decoration: none!important; font-style: arial narrow !important; font-size: 11px; font-weight: none !important; text-transform: lowercase !important; letter-spacing: -0pt !important; }

.nametext{color: 5F9EA0; font-family: Arial Narrow; font-size: 12px; text-decoration:; font-weight: bold;}

table table table { background-color: FFFFFF; border-width: 1px; border-color: 000000; border-style: solid; } table table table table, table table table td{ border-style:none;}

a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color: 708090; font-size: 11px; font-family: Arial; }

a img {border-color:000000; border-style:solid; border-width:1px;}
a:hover img {border-color:4682B4; border-style:solid; border-width:1px;}
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: