Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Help with Links in style sheet
Old 12-11-2009, 09:08 PM Help with Links in style sheet
Junior Talker

Posts: 1
Name: Hope
Trades: 0
Hi All:

I am fairly new to HTML coding and could really use some help with a style sheet.

On the homepage of my website hanseworth.com
I am trying to make the links in the center-middle of the page a color other than blue (I would prefer black). However, I have tried changing them in the style sheet and in the HTML page, and nothing.

If it wouldnt be too much trouble, would someone mind having a look and telling me where I went wrong?

hans.eworth@gmail.com

Thanks so VERY much!

- Hope
HopeWalker is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-12-2009, 12:30 AM Re: Help with Links in style sheet
Super Talker

Posts: 101
Trades: 0
Just put this CSS code in your stylesheet:

h2 a {
color: #000;
}
Towhid is offline
Reply With Quote
View Public Profile
 
Old 12-16-2009, 01:55 AM Re: Help with Links in style sheet
Average Talker

Posts: 25
Name: Adam
Trades: 0
It looks as though you do not have a color set for those links. That blue is browser default link color.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

JohnnyLaw is offline
Reply With Quote
View Public Profile Visit JohnnyLaw's homepage!
 
Old 12-17-2009, 11:37 AM Re: Help with Links in style sheet
Webmaster_Alex's Avatar
Novice Talker

Posts: 4
Name: Alex Flom
Trades: 0
If you are using css you can add some design for your links such as:

a:link {color:#000000;text-decoration:none;font-weight:700;}
a:visited {color:#000000;text-decoration:none;font-weight:700;}
a:hover {color:#6699CC;text-decoration:none;font-weight:700;}
a:link {color:#000000;text-decoration:none;font-weight:700;}

Play with the colors and the attributes.
This will design all the links in the pages which are linked to your css file.
__________________
My Blog: Webmaster Video School

Please login or register to view this content. Registration is FREE
Webmaster_Alex is offline
Reply With Quote
View Public Profile
 
Old 12-17-2009, 01:13 PM Re: Help with Links in style sheet
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Do you have your stylesheet code properly inserted inside your html or php doc? It should look something like this, between your <head></head> tags:

Code:
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with Links in style sheet
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24727 seconds with 12 queries