Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » HTML - How do I stop coloured links???
Closed Thread
Old 04-22-2005, 12:17 AM   #1 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 365

Elite Bullet

Default HTML - How do I stop coloured links???

I need to know how to stop the links being in colour for my site.

http://www.freewebs.com/demonhuntersclan/
__________________
Elite Bullet is offline  
Old 04-22-2005, 12:59 AM   #2 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

Add this in your <head> tags.
Code:
<style type="text/css">
a{ color: white; }
</style>
Use any color you like.
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline  
Old 04-22-2005, 01:01 AM   #3 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 365

Elite Bullet

Default

ty so much man u should look at my site.
How good is it
__________________
Elite Bullet is offline  
Old 04-22-2005, 01:06 AM   #4 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 365

Elite Bullet

Default

Does it look alright with the underlines on the links or should I remove them and if so how do i do that???

TY so much in advance
__________________
Elite Bullet is offline  
Old 04-22-2005, 01:19 AM   #5 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

To remove the underline, use:
Quote:
<style type="text/css">
a{
color: white;
text-decoration:none;
}

</style>

__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 04-22-2005, 01:24 AM   #6 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 365

Elite Bullet

Default

ty soo much
__________________
Elite Bullet is offline  
Old 04-22-2005, 10:18 AM   #7 (permalink)
 
Junior Techie

Join Date: Mar 2005

Posts: 55

Louis12

Default

Nice site. I like the colours and the logo. Simple, yet effective. A suggestion: Make the navigation a little bigger so it gets more attention.
Louis12 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On