Here is the source code from one of my pages:
<!--bof-header ezpage links-->
<div id="navEZPagesTop">
MY EZ NAVIGATION LINKS ARE HERE
</div>
<!--eof-header ezpage links-->
Here is my CSS
#navEZPagesTop {
background-color: #9F5B8C;
a color:white;
}
My Navigation is purple against a purple background!
Please, can someone help me with figuring out what code to change?
Thanks!



