»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 08-12-2003, 01:24 PM   #1 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Kids Link colors

Hay all,
Any of you know how to make a link any color you want? I would like black or white. Instead I clicked my links and I have blue.

__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-12-2003, 01:37 PM   #2 (permalink)
Ultimate Member
 
Join Date: Jan 2003
Location: OV,ca
Posts: 572
RicheemxX is on a distinguished road
if your just using html its pretty simple

<body text="#000000" bgcolor="#993399" link="#000000" vlink="#ffffff" alink="#ffffff">

that would make your text black your links black active links white and visited links white, not really sure which way you wanted it but you can change the color codes

edit: I'd suggest if your having problems do something simple like coding links and colors that you do some reading or get a decent html editor, there are alot of freebies that will be easy to start on

Last edited by RicheemxX; 08-12-2003 at 01:39 PM.
RicheemxX is offline   Reply With Quote
Old 08-12-2003, 01:42 PM   #3 (permalink)
Registered User
 
Join Date: Feb 2003
Location: Indiana
Posts: 1,197
Buzioid is on a distinguished road
Send a message via AIM to Buzioid Send a message via Yahoo to Buzioid
When you goto Tools>Internet Options and select Colors it will let you select the visited/ non-visited link colors, although I believe html code on sites will override it if they coded the colors.
Buzioid is offline   Reply With Quote
Old 08-12-2003, 01:42 PM   #4 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Yeah that will do I see how its done will change to suit thanx a bunch.
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-14-2003, 12:35 AM   #5 (permalink)
Registered User
 
firewolf's Avatar
 
Join Date: Aug 2003
Location: Canada
Posts: 197
firewolf is on a distinguished road
Send a message via ICQ to firewolf
If you want to sort of make your links different, you could use...

<style type="text/css">
A:link{COLOR:#ff0000;TEXT-DECORATION:none;}
A:visited{COLOR:#ff0000;TEXT-DECORATION: none;}
A:active{COLOR:#ff0000;TEXT-DECORATION: none}
A:hover{COLOR:#ffffff;TEXT-DECORATION:none;}
</style>

This means that when you put your cursor over the link, it will change from red to white. Where decoration is, you could also put underline...

<style type="text/css">
A:link{COLOR:#ff0000;TEXT-DECORATION:none;}
A:visited{COLOR:#ff0000;TEXT-DECORATION: none;}
A:active{COLOR:#ff0000;TEXT-DECORATION: none}
A:hover{COLOR:#ffffff;TEXT-DECORATION:underline;}
</style>

Now it will change from red to white and underlined.

Another decoration would be underline overline...

<style type="text/css">
A:link{COLOR:#ff0000;TEXT-DECORATION:none;}
A:visited{COLOR:#ff0000;TEXT-DECORATION: none;}
A:active{COLOR:#ff0000;TEXT-DECORATION: none}
A:hover{COLOR:#ff0000;TEXT-DECORATION:underline overline;}
</style>

Now it when the cursor is moved over the link, it will change from red to red with an underline and an overline.

You can experiment with it to fit your colour scheme of the website. You can put this code before the <body> tag or use a Cascading Style Sheet which I find is better because then later on if you want to change the colour of the links, you can just upload a different .css file instead of editing each and every single page. I could show you how if you don't already know. Let me know on this idea.

Good Luck,
FireWolf

Last edited by firewolf; 08-14-2003 at 12:38 AM.
firewolf is offline   Reply With Quote
Old 08-14-2003, 07:15 AM   #6 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Quote:
Originally posted by RicheemxX

edit: I'd suggest if your having problems do something simple like coding links and colors that you do some reading or get a decent html editor, there are alot of freebies that will be easy to start on [/B]
Well that /\ would take all the fun out of it.
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:44 AM.