HI,
I'm using this line og code at the top of my page to set all the colors for the page.
Fine, it works...... however, further down my page I am printing a href to the screen which I need to have seperate colour properties to the ones declared earlier. Basically I'm asking for an example of how the assign unique colour attributes to a href and override the page defaults.
Could someone give me an example please. I know I could solve this using CCS but I don't have time and my preference is just to get the program functioning properly before I start thinking bout tarting it up some more.
TIA
I'm using this line og code at the top of my page to set all the colors for the page.
Code:
<body bgcolor="#66FFFF" text="#000000" link="#000000" vlink="FFFFFF" alink="#FFD700">
Fine, it works...... however, further down my page I am printing a href to the screen which I need to have seperate colour properties to the ones declared earlier. Basically I'm asking for an example of how the assign unique colour attributes to a href and override the page defaults.
Could someone give me an example please. I know I could solve this using CCS but I don't have time and my preference is just to get the program functioning properly before I start thinking bout tarting it up some more.
TIA