Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 4 votes, 2.75 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-25-2002, 04:49 AM   PM User | #1
richard_r
New Coder

 
Join Date: Jun 2002
Location: FL
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
richard_r is an unknown quantity at this point
Question CSS Properties for Images

I have to say that I am no expert at this. Actually, I just looked up on it for the first time today, so bear with me and my questions please.

How do you set a color for links?

<style type=text/plain>
<!--
A:link {text-decoration: color=blue;}
A:visited {text-decoration: color=red;}
A:active {font-weight: bold;}
// -->
</style>

I am wondering if that is correct, or if I should remove the semi colons from before the }'s. Any help would be appreciated.

Thanks
__________________
Younger is better, I think. Sometimes.
richard_r is offline   Reply With Quote
Old 06-25-2002, 04:53 AM   PM User | #2
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
A:link { color : #2200EE; }
A:visited { color : #9966CC; }
A:active { color : #D00000; }
A:hover { color : #D00000; }
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Old 06-25-2002, 04:57 AM   PM User | #3
Graeme Hackston
Regular Coder

 
Join Date: Jun 2002
Posts: 624
Thanks: 0
Thanked 0 Times in 0 Posts
Graeme Hackston is an unknown quantity at this point
Hi Richard

This site should help you out

http://www.w3schools.com/css/css_text.asp

Have a look at the examples for setting colour and decoration.
Graeme Hackston is offline   Reply With Quote
Old 06-25-2002, 12:58 PM   PM User | #4
richard_r
New Coder

 
Join Date: Jun 2002
Location: FL
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
richard_r is an unknown quantity at this point
Thumbs up Thanks

I will check it out. If I am still lost I will post here again.

Thanks Everybody for your help ....
__________________
Younger is better, I think. Sometimes.

Last edited by richard_r; 06-25-2002 at 01:36 PM..
richard_r is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:21 AM.


Advertisement
Log in to turn off these ads.