I'm not sure if this can be done or not, I'm not even sure if I do this on a CSS, I'm not even very good at coding...anyway, enough witht he negativity and onto the point.
.
IS IT POSSIBLE TO HAVE LINKS IN ONE SECTION ONE COLOUR AND LINKS IN ANOTHER SECTION IN ANOTHER COLOUR?
.
The two sets of links are in two seperate tables named 'top' and 'side' for convinience purposes. I've tried to individually colour the links but it won't recognise any of my codes. If anyone knows anything about this please post asap, I only have 20 mins!!!
.
Any help would be gratefully appreciated, even if it doesn't work in the end! I'm not sure if this can be done or not, I'm not even sure if I do this on a CSS, I'm not even very good at coding...anyway, enough witht he negativity and onto the point.for the future why not give your titles better names...
yes this is totaly CSS and yea it can be done!
example
#head a:link{color: #fff}
#foot a:link{color: #000}
now the colour is different in the head and the foot.
.
IS IT POSSIBLE TO HAVE LINKS IN ONE SECTION ONE COLOUR AND LINKS IN ANOTHER SECTION IN ANOTHER COLOUR?
.
The two sets of links are in two seperate tables named 'top' and 'side' for convinience purposes. I've tried to individually colour the links but it won't recognise any of my codes. If anyone knows anything about this please post asap, I only have 20 mins!!!
.
Any help would be gratefully appreciated, even if it doesn't work in the end! I'm not sure if this can be done or not, I'm not even sure if I do this on a CSS, I'm not even very good at coding...anyway, enough witht he negativity and onto the point.for the future why not give your titles better names...
yes this is totaly CSS and yea it can be done!
example
#head a:link{color: #fff}
#foot a:link{color: #000}
now the colour is different in the head and the foot.