"Richard Byett" wrote in message
...
Hey folks,
you may find a little more information by clicking on the relevant
advisory
number in the right hand column of the table located on the UK page. The
site utilises CSS and therefore links are not always apparent. You should
find the latest advisory provides a little more detail on the system.
Regards
--
Richard Byett
CycloMax International (CMI)
www.cyclomax.co.uk
Perhaps you might persuade your webmaster to change the css to avoid this
problem?
At present you are deliberately hiding the links by saying
"!--
a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
//--"
Why do this?
It has been a widespread convention that links are underlined, yet you have
underlined some of your non-link text, & you don't underline the links. If
you want to encourage people to use your site, I would recommend that you
make it more user-friendly.
--
David Biddulph