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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Old 03-04-2011, 04:19 AM Color of a link
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
How do i remove that color from a link already visited?
madseason is offline
View Public Profile
 
 
Register now for full access!
Old 03-04-2011, 04:52 AM Re: Color of a link
edgray's Avatar
Super Moderator

Latest Blog Post:
Frantic
Posts: 4,264
Name: Sugarcane Gray
Location: Hell, Southern Spain
Trades: 0
in your CSS you need to declare a color for the state a:visited to match the color for a.

For example:

HTML Code:
a { text-decoration: none; color: #999; }
a:visited { color: #999; }
a:hover { color: #333; }
that way, the visited link will stay the same color as the unvisited link.
__________________

Please login or register to view this content. Registration is FREE
- a project in video and sound.

Please login or register to view this content. Registration is FREE
"Absolute Rubbish, an insult to the blues." - NME.

Please login or register to view this content. Registration is FREE
- Come use our agency :)

Last edited by edgray; 03-04-2011 at 04:54 AM..
edgray is offline
View Public Profile Visit edgray's homepage!
 
Old 03-04-2011, 05:02 AM Re: Color of a link
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
Thanks for the reply. How about:

link="blue" alink="blue" vlink="blue" on the <body>?
madseason is offline
View Public Profile
 
Old 03-04-2011, 05:37 PM Re: Color of a link
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
Code:
a { text-decoration: none; color:  #0000FF; }
a:visited { color:  #0000FF; }
a:hover { color:  #0000FF; }
This will change all the links on your website. The body should take up the entire website however if you would like to specify body for some reason use the code below.

Code:
body a { text-decoration: none; color: #0000FF; }
body a:visited { color: #0000FF; }
body a:hover { color: #0000FF; }
If you need a hex color code you can generate one at this website:
http://www.2createawebsite.com/build/hex-colors.html
__________________
- cbeaudin
cbeaudin is offline
View Public Profile
 
Old 03-04-2011, 06:19 PM Re: Color of a link
Skilled Talker

Posts: 83
Trades: 0
define visited link color in css
like a:visited { color: #000000; }
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
DmitryS is offline
View Public Profile
 
Old 03-05-2011, 03:01 AM Re: Color of a link
Mow
Experienced Talker

Posts: 37
Trades: 0
Quote:
Originally Posted by madseason View Post
Thanks for the reply. How about:

link="blue" alink="blue" vlink="blue" on the <body>?
In this you can only define 1 color per page.
In CSS you can create seperate color combinations per page.
__________________

Please login or register to view this content. Registration is FREE
Mow is offline
View Public Profile
 
Old 03-07-2011, 04:38 AM Re: Color of a link
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
Thanks for the help.
madseason is offline
View Public Profile
 
Closed Thread     « Reply to Color of a link
 

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.22469 seconds with 12 queries