Hello
I would be grateful for some help quite urgently.
I have a vertical menu bar (About us, e.mail, portfolio, etc) and want all the words to appear in white (whether they have been clicked on or not and indeed, if they are clickable or not). Some words are links and others are not but I wish them all to appear in white.
This is the CSS code I have been using, but it doesn't seem to work.
<style>
<style TYPE="text/css"><!--
A:link {text-decoration: #White}
A:visited {text-decoration: #White}
A:active {text-decoration: #White}
//--></style>
Any help would be appreciated.
Many thanks.
I would be grateful for some help quite urgently.
I have a vertical menu bar (About us, e.mail, portfolio, etc) and want all the words to appear in white (whether they have been clicked on or not and indeed, if they are clickable or not). Some words are links and others are not but I wish them all to appear in white.
This is the CSS code I have been using, but it doesn't seem to work.
<style>
<style TYPE="text/css"><!--
A:link {text-decoration: #White}
A:visited {text-decoration: #White}
A:active {text-decoration: #White}
//--></style>
Any help would be appreciated.
Many thanks.