Re: [css-d] anchor color help

2010-07-17 Thread David Dorward
On 17 July 2010 04:29, Ian Dutton wrote: > I am using SSI for my headers and footers.  the background color of the > header and footer is the same color as the text in the body of the site. > how do i get my anchors in the header and footers to be white and the > anchors in the body to be blue? W

Re: [css-d] anchor color help

2010-07-17 Thread Tim Climis
On Friday, July 16, 2010 11:29:55 pm Ian Dutton wrote: > how do i get my anchors in the header and footers to be white and the > anchors in the body to be blue? > a {color: blue;} /* not really needed, since blue is the default */ #header a, #footer a { color: white; } You'll need to change

[css-d] anchor color help

2010-07-16 Thread Ian Dutton
I am using SSI for my headers and footers. the background color of the header and footer is the same color as the text in the body of the site. how do i get my anchors in the header and footers to be white and the anchors in the body to be blue? Ian. ___