Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
chris1969
Joined: Feb 10, 2004
# Posts: 3
|
Posted: 02/11/2004 02:08 pm
I would like to display nav bar text as text, and to remain in one colour when viewed by the browser - once the page is visited, the link changes colour and looks hidden due to my colour scheme. can anybody advise?? thankyou.
|
 |
stevenjm
Joined: Eons Ago
# Posts: 824
|
Posted: 02/11/2004 02:28 pm
Put this in the head of your html page:
<style type= "text/css">
a{
color:blue;
}
a:visited{
color:blue;
}
</style>
or put the contents in your style sheet.
change the colors to whatever you want(either by name or hex value ie #FFFFFF)
|
 |
chris1969
Joined: Feb 10, 2004
# Posts: 3
|
Posted: 02/11/2004 03:12 pm
Thankyou! quick and easy solution!
take a look at [Place Site in your Member Profile, please] to see the results if you like! thanks again chris 
[ Message was edited by: JimBot 03/02/2004 03:54 am ]
|
 |
stevenjm
Joined: Eons Ago
# Posts: 824
|
Posted: 02/11/2004 08:13 pm
Looks good.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|