I NEED HELP WITH A SIMPLE WEBSITE DESIGN ISSUE.?
I am using NetOBjects Fusion 10 and am artful http://www.Spokanehair.com I am finished eliminate I can't amount discover how to modify the colouration of a book unification after it is used. Currently it turns to an grotesque chromatic and It is rattling bugging me. If anyone crapper support or wants to verify the instance to analyse discover the place and substance advice on something I haw hit unnoticed artful it I would rattling revalue it.
Thank You in advance,
Talk about the tips of making money online here. Just come back to check the new articles. Wish you earn more after you join us.
March 22nd, 2008 at 11:20 am
The following is CSS - which is what web browsers speak directly - I don't speak "NetObjects Fusion." But in straight CSS, it's the "visited" one that you want.
A:link { color: blue }
A:active { color: red }
A:visited { color: green }
March 22nd, 2008 at 11:20 am
You can change active and visited links by adding or editing their commands. The commands are:
alink="color" For the active link color
vlink="color" For the visited link color
Example:
<BODY link="blue" alink="blue" vlink="violet">
Good luck
March 22nd, 2008 at 11:20 am
to change all your link colours use place the following in between your <head> </head>
<style type="text/css">
a,a:link,a:visited,a:active {
color:#FF0000;
text-decoration:none;
}
a:hover,a:focus {
color:#FFFFFF;
text-decoration:none;
}
</style>
That will make all your links red and then white on mouseover, obviously u can change the colors as you please, I will post a little extra code in a sec which should also help you
that code will also remove the underlines if you require
March 22nd, 2008 at 11:20 am
I think this is your website.
I like the text color stands out to me.