Register
Members List
Social Groups
Search
Today's Posts
Mark Forums Read
Member Login
Remember Me?
Sign Up!
|
Forgot Password
Computer Forums
>
Programmers Lounge
>
Programming Discussions
» HTML - How do I stop coloured links???
LinkBack
Thread Tools
Display Modes
04-22-2005, 12:17 AM
#
1
(
permalink
)
Elite Bullet
Super Techie
Join Date: Dec 2004
Posts: 365
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/
__________________
04-22-2005, 12:59 AM
#
2
(
permalink
)
C.Ingram
Super Techie
Join Date: Mar 2005
Posts: 259
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
04-22-2005, 01:01 AM
#
3
(
permalink
)
Elite Bullet
Super Techie
Join Date: Dec 2004
Posts: 365
ty so much man u should look at my site.
How good is it
__________________
04-22-2005, 01:06 AM
#
4
(
permalink
)
Elite Bullet
Super Techie
Join Date: Dec 2004
Posts: 365
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
__________________
04-22-2005, 01:19 AM
#
5
(
permalink
)
Emily
Monster Techie
Join Date: Jul 2003
Posts: 1,179
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>
04-22-2005, 01:24 AM
#
6
(
permalink
)
Elite Bullet
Super Techie
Join Date: Dec 2004
Posts: 365
ty soo much
__________________
04-22-2005, 10:18 AM
#
7
(
permalink
)
Louis12
Junior Techie
Join Date: Mar 2005
Posts: 55
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.
«
Project using C
|
I know what I want, but not how to get there
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
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
Forum Rules
Contact Us
-
Computer Technology Forums
-
Archive
-
Top
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Furl this Thread!