Help with font. |
![]() ![]() |
Help with font. |
Aug 3 2007, 05:04 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: May 2007 Member No: 528,609 |
Hi, on my myspace I have it pretty much done. I just need to find out, how to make my links the same color (black) as my text. And instead of interest sections and an about me, I have group boxes. And I use a legend to tell what they are. But they are turned into a bright blue text. I would like my title, or legend, to be in a black font but I don't know how.
CODE fieldset style="border:1px solid BLACK; width:300;"><legend>TITLE OR NAME OF LEGEND GOES HERE</legend>TEXT GOES HERE</fieldset> That's the code for it, and when you enter anything in the legend area, it's font is turned blue. I would like it so that it is still black. And my navigation is the links on my page. And it's a custom navigation. But I just don't know anything about changing the font color on things. I would like those links to be in black font too. If anyone could tell me how to do this I would be happy. www.myspace.com/sk8r13_09 There is my myspace in case you need to see what I'm talking about. |
|
|
|
Aug 3 2007, 05:12 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Try this:
CODE <style type="text/css">
legend, fieldset { color: #000000; } a, a:link, a:active, a:visited, a:hover { font:normal 10px arial; color: #000000; } </style> |
|
|
|
Aug 3 2007, 05:17 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: May 2007 Member No: 528,609 |
It didn't quite work. Maybe I just put the code in wrong.
|
|
|
|
Aug 3 2007, 05:46 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: May 2007 Member No: 528,609 |
Nevermind, I figured it out by myself.
|
|
|
|
![]() ![]() |