This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
colour problem

I cant get the colour on the index to change from the pinkish purple to blue.
http://myeasyrecipes.bravehost.com/meats/index.html
the code is:


0044ff is blue.

Re: colour problem

You have a font tag then an anchor tag

The anchor has its own style set in the stylesheet which overrides the font.

There are three possible fixes
1. Change the stylesheet
2. Use an inline style to override the anchor style
3. Put the font tag inside the anchor tag rather than outside.

The problem took a while to debug because you are mixing the deprecated font tag with a stylesheet. The stylesheet is supposed to replace obsolete tags such as font.

Re: colour problem

By "inside" I mean between after the a tag and before the /a tag