Good question... I dunno what is the right answer to your question. I'll do some Googling and get back to you if I bump into an anything. You should email the people at iContact as they probably can answer it..
You've got your link information set up incorrectly. It should be:.
A.link {information: here; and-you-can: have more; than-one: element per section; }.
A.visited {more-information: here; }.
A.hover {and: here;}.
A.active {in-this: order; }.
Try rearranging the link information this way and see what happens..
Peg..
Another update.....
Text is showing up, but seems to be black or a very dark color, and cant find it in the css file where it is set to black..
You have to get the CSS for the links done properly or it won't work. It could be that, because your link information is scattered around, the links are defaulting to the main colour..
The link colour is set right here:.
A:link {.
Color:#000000;.
Font-family: Arial, Helvetica, sans-serif;.
Font-size: 24px;.
}.
Peg..
Its not the links that arnt showing it's the text, if you look in the code of cod.htm I have <center>Call Of Duty Page</center> and that is not showning up unless I have the <font color="white"></font> tags on it..
Then that's because you haven't specified a colour for the plain text. The default text colour is black. Try adding:.
Body {color: #FFF;}.
Peg..
Add it in the styledheet..
Body {background:black;.
Color:white;.
Font-family:Arial, Helvetica,'sans-serif';.
Font-size:12px;}..

