display name |
display name |
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?
|
|
|
|
![]() |
Oct 5 2006, 11:39 PM
Post
#2
|
|
|
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> |
|
|
|
infatuatedxsoul display name Oct 5 2006, 06:04 PM
toyo loco By searching the forums.
CODE<style type=... Oct 5 2006, 06:05 PM
infatuatedxsoul it doesnt work! Oct 5 2006, 06:17 PM
toyo loco It works perfectly fine for me. Did you edit all ... Oct 5 2006, 06:28 PM
infatuatedxsoul i used this;
<style type="text/css"... Oct 5 2006, 06:36 PM
toyo loco Problem is you were already editing it in your cod... Oct 5 2006, 06:40 PM
infatuatedxsoul it looks weird. everything changes when i try that... Oct 5 2006, 06:43 PM
toyo loco All that line does is make your name text the size... Oct 5 2006, 08:24 PM
StanleyThePanda I edited your code, so try this:
CODE<style t... Oct 5 2006, 11:42 PM![]() ![]() |