Links and font., Changing links; changing font after the CSS. |
Links and font., Changing links; changing font after the CSS. |
Aug 17 2006, 02:27 PM
Post
#1
|
|
|
Washout Worshipper ^^ ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 167,330 |
[center]I have a layout up on my Myspace, but for some reason, the links are bold throughout my page. I revisited the Preview Myspace where I got my code and do not see bold links. I checked the two areas of the code (a:hover) and it says text-decoration:none.
So first I need help with fixing that. Next. I want to change the font of part of my "About Me" section, but no matter what I do, it won't change. I need help with this, as well. If anyone could help me, it would be greatly appreciated. CODE <style type=text/css> body{cursor:crosshair} a {cursor: crosshair}</style> <STYLE TYPE="text/css"> body { background-color: 222222; scrollbar-arrow-color: A6FF26; scrollbar-face-color: 000000; scrollbar-highlight-color: 000000; scrollbar-3dlight-color: 000000; scrollbar-shadow-color: 000000; scrollbar-darkshadow-color: 000000; scrollbar-track-color: 222222; cursor: crosshair; } </STYLE> <STYLE TYPE="text/css"> B, STRONG {font-family: tahoma; font-size: 9px; color: FFFFFF;} I, EM {font-family: arial; font-size: 9px; color: FF008A;} BODY, P, TD, FONT {font-family: verdana; font-size: 9px; color: 000000;} body, td, li, p, div, textarea, li, h1, h2, p, br, table {font-family: verdana; color: 000000;} .text {font-family: verdana; font-size: 9px; color: 000000; text-align: left;} .blacktext12 {font-family: verdana; font-size: 9px; color: 000000; letter-spacing: 1px; text-align: center;} .redtext {font-family: verdana; font-size: 9px; color: FFFFFF; } .redbtext {font-family: verdana; font-size: 9px; color: FFFFFF; } .orangetext15 {font-family: verdana; font-size: 9px; color: 000000;} .whitetext12 {font-family: verdana; font-size: 9px; line-height: 18px; color: A6FF26; letter-spacing: 1px; text-align: left; background-color: 000000; border: none; display: block;} .btext {font-family: tahoma; font-size: 9px; color: 000000; text-align: right;} .lightbluetext8 {font-family: verdana; font-size: 9px; color: FF008A; text-align: left;} .blacktext10 {font-family: verdana; font-size: 9px; line-height: 18px; color: A6FF26; letter-spacing: 1px; text-align: left; background-color: 000000; border: none; display: block;} .nametext {font-family: times new roman; font-size: 25px; color: 000000; text-align: right; background-color: A6FF26;} TABLE, TD, TR, TH {font-family: verdana; font-size: 9px; color: 000000; cursor: crosshair;} TABLE, TR, TD {border: none; border-color: 646464; background-color: transparent; padding: 0px; margin: 0px;} TABLE {border: none; border-color: none; background-color: 000000; padding: 0px;} TABLE TABLE {border: none; border-color: none; background-color: transparent; padding: 0px;} TABLE TABLE TABLE {border: none; border-color: 646464; background-color: A6FF26; padding: 0px;} TABLE TABLE TABLE TABLE {border: none; border-color: FFFFFF;} a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {font-family: georgia; font-size: 9px; color: FF008A; text-transform: normal; text-decoration: none;} a:hover, a.navbar:hover, a.redlink:hover {font-family: georgia; font-size: 9px; color: A6FF26; background-color: 000000; text-decoration: none; cursor: crosshair;} </STYLE> |
|
|
|
![]() |
Aug 17 2006, 02:30 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
We can't help you w/o your codes. So please post them.
|
|
|
|
| *Azarel* |
Aug 17 2006, 02:30 PM
Post
#3
|
|
Guest |
To change the style of the About Me text, insert this into your style sheet and customize accordingly: .orangetext15 { color: FFFFF; font-size: 12pt; font-family: Times New Roman; } |
|
|
|
Aug 17 2006, 02:41 PM
Post
#4
|
|
|
Washout Worshipper ^^ ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 167,330 |
Hmmm...
For some reason, my links (in my Interests and stuff) are bold on my page. And I don't know how to explain what I mean with the "About Me" section; I don't want all of the text **in the table** a different font, but I want some of it a different font. I don't know if that makes sense. This post has been edited by DumbLithiumSliver3: Aug 17 2006, 03:08 PM |
|
|
|
Aug 17 2006, 03:01 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Your links aren't bold. I used the code and they show normal.
When you say change about me text how? The actual text in the table or the titles. If the titles use the code post above by Azarel. QUOTE .orangetext15 { color: FFFFF; font-size: 12pt; font-family: Times New Roman; } Add style tags though. |
|
|
|
Aug 17 2006, 08:10 PM
Post
#6
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
In the table? Use this:
<font color="color here">text</font> You can use <font size="123456789">text</font> or <font face="arialtimesnewromancenturygothicetcetc">text</font> or all or some. |
|
|
|
Aug 18 2006, 06:50 PM
Post
#7
|
|
|
Washout Worshipper ^^ ![]() Group: Member Posts: 5 Joined: Jul 2005 Member No: 167,330 |
In the table? Use this: <font color="color here">text</font> You can use <font size="123456789">text</font> or <font face="arialtimesnewromancenturygothicetcetc">text</font> or all or some. I tried that, and for some reason, the font didn't change; it stayed the same as the default. I'll try it again later and edit this post with my results. |
|
|
|
Aug 18 2006, 07:30 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Because to use that code you have to change:
BODY, P, TD, FONT {font-family: verdana; font-size: 9px; color: 000000;} to BODY, P, TD, {font-family: verdana; font-size: 9px; color: 000000;} |
|
|
|
![]() ![]() |