I have a question about color change of web browser visited liniks.
Hope I can get answer.
I found in some web pages, when I clicked web links, it would change
to visited links color that I set in the browser after I visited these
links, but some woundn't change , even I uninstalled web browser and
reloaded again. so it really coufused me that which link I already
visited, which not. I thought it should always have color changed.
I am using Netscape 4.76, also tried netscape 6.2, no help. I don't
know it is web browser problems or web page source code problems or
computer problems, Can anyone explain ?? Thanks very much !!!
If you're sure the links aren't clever little text graphics then the page is
probably coded with a 'style' of A {text-decoration: none}
or the <BODY> properties for the <LINK="#ffffff"> and the <VLINK="#
ffffff"> are coded the same as in this example.
You can check your page history in your browser to see if you've already
visited a link by comparing it with your status readout when you mouse over.
KC
http://www.risingstarmusic.com/websites/
You can try removing stored coockies in Cache,bcos as far as think
information that certain link was previously visited is stored locally
on your computer as coockies.
hope this works
These links that KC refers to are most likely HTML code, the text that
is transmitted into your browser, for most server page requests, which
reinterprets how information will be displayed. In HTML you have
three ways to specify what colors links (hypertext references) will
be. The link, the visited link, and the active link (the link you are
currently either clicking on or hovering over), can all be set to
different colors. If you clear your history in your browswer program,
the visited color for a hypertext reference will change to the link
color. Cool eh?