How would I just change certain fonts |
How would I just change certain fonts |
Aug 10 2008, 04:03 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2008 Member No: 675,997 |
I know the answer to this is somwhere on in this forum but I can't seem to find it.
Basicly I would like to change the font color and or font family for certain words in my profile. Example: I confused easily...but, can confuse you in a second. (change color for confused) No one's as amazing as they think that are. (make amazing italic) My friends rule the world and are better then all your friends put together. (differnet font family for friends) Things like that. I'm sure it has something to do with the css.But I'm not even sure where to start on changing it or if I even have too. Hopefully somene could help. |
|
|
|
![]() |
Aug 10 2008, 04:12 PM
Post
#2
|
|
|
the name's mario ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,270 Joined: Jun 2008 Member No: 656,520 |
I <font color="red">confused</font> easily...but, can confuse you in a second<font color
No one's as <i>amazing</i> as they think that are. font color- <font color="COLOR">text</font> italics- <i>text</i> |
|
|
|
Aug 10 2008, 04:18 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2008 Member No: 675,997 |
I tried the above but nothing changed. My guess is because of the coding I have. Is there some I can do to change it.
|
|
|
|
Aug 10 2008, 04:35 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2008 Member No: 675,997 |
If you don't mind, post all the coding you're using. CODE <style>
body { background-image:url(http://i6.photobucket.com/albums/y228/flirttdiva/background2.jpg); background-attachment: fixed; background-position: bottom left; background-repeat:repeat; background-color:; scrollbar-arrow-color:A39076; scrollbar-track-color:ffffff; scrollbar-shadow-color:6B5526; scrollbar-face-color:ffffff; scrollbar-highlight-color:6B5526; scrollbar-darkshadow-color:ffffff; scrollbar-3dlight-color:ffffff;} font, td, body, p, div, low, textarea{ font-family: arial; color:black; font-size:11px; line-height:13px; text-transform:; letter-spacing:0px;} table table table { border: 0px solid; border-color:6B5526; background-color:;} table, td { background-color:transparent; border:0px;} tbody table tbody table { background-color:; border:0px solid; border-color:6B5526;} table table table table { border:0px; background-color:;} .btext{display:none!;} .redbtext{display:none!;} .blacktext10 {font-family:arial; font-size:11px; color: C2003E; font-weight:bold; line-height:13px; text-decoration:none;} .blacktext12 {font-family:arial; font-size:11px; color: FF6300; font-weight:bold; line-height:13px; text-decoration:none; display:block; background-color:transparent; text-align:center;} .lightbluetext8{font-family:arial; font-size:11px; font-weight:normal; letter-spacing:3px; line-height:13px; text-decoration:none; display:block; background-color:transparent; color:ffffff; border-bottom:0px solid; border-color:6B5526;text-align:center;} .nametext {font-family:arial; font-size:27px; color: A39076; font-weight:normal; line-height:28px; text-decoration:none; display:block; background-color:transparent; border-left: 0px solid; border-color:6B5526; border-right: 0px solid; border-color:6B5526; text-align:center; letter-spacing:-3px;} .orangetext15{font-family:arial; font-size:11px; color: FEFCE7; font-weight:bold; line-height:13px; text-decoration:none; text-align:center;} .whitetext12{font-family:arial; font-size:2px; color: ffffff; font-weight:normal; line-height:13px; text-decoration:none; display:block; background-color:transparent; border-bottom:0px solid; border-color:A39076;text-align:center; letter-spacing:1px;} .text{font-family:arial; font-size:11px; color: 000000; font-weight:normal; line-height:13px; text-decoration:none;} a:link, a.man:link, a.text:link, a:visited,a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited,a.navbar:active { font-family:arial; font-size: 11px; color:6B5526; font-weight: normal; text-decoration: none;} a:hover, a.man:hover, a.text:hover,a.redlink:hover, a.navbar:hover { font-family:arial; font-size:11px; color:A39076; font-weight:normal; text-decoration:none; letter-spacing:-1px;} b, strong { font-family:arial; font-size:12px; color:62210B; font-weight:bold;} u {font-family:arial; font-weight:normal; color:A39076; border-bottom:0px solid; border-color:6B5526; text-decoration:none;} s { font-family:arial; font-size:11px; color:6B5526; text-decoration:strikeout;} i { font-family:georgia; font-size:11px; color:A39076;} </style> <style> table div {display:none;} table table div, div table div {display:block;} </style> <style> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url("http://i6.photobucket.com/albums/y228/flirttdiva/444.jpg"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} .contactTable .whitetext12 {display:none;}C{ } </style> <style> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:transparent; background-image:url(""); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:432px !important; height:16px !important; display:block !important; } span.blacktext12 img {display:none;} </style> <img src="http://i6.photobucket.com/albums/y228/flirttdiva/me-1.jpg" /> |
|
|
|
Aug 10 2008, 11:31 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Take out this:
CODE font, td, body, p, div, low, textarea{font-family: arial; color:black;font-size:11px;line-height:13px; text-transform:; letter-spacing:0px;} && this: CODE .text{font-family:arial; font-size:11px; color: 000000; font-weight:normal; line-height:13px; text-decoration:none;} Then there shouldn't be anything that prevents you from editting specifice text in your about me (unless I missed something). |
|
|
|
![]() ![]() |