I see no red. That text matches the other.
Hmm. It appears red for me. But when I mouse over it, it turns gray. I took a screen shot of it. Is there a way for me to post a picture of it here?
Hello D. Stanley,
Add the following code in your style.css
#bottom #bottom_4 h3 a {
color: #757575;
}
Hope this will help you.
The reason why it is red is that the preceding “Email Us Here” link is not correctly closed.
Email Us Here<a/>
It should be
Email Us Here</a>
ikaring,
the “Contact Us” above “Advertise With Us” is in its own seperate box (for lack of the proper term), and this is what it looks like:
WestPointLake.com
P. O. Box 3380
LaGrange, Georgia 30241
Email Us Here<a/>
cedcommerce,
Where do I go to find the style.css?
Hi, D. Stanley.
I know it is in its own box.
It’s just a syntax error of html. Closing A tag should be </a> instead of <a/>.
That causes the odd color styling.
Oh my gosh! That worked! Sharp eye you have there, ikaring. THANK YOU! I copied and pasted what you had in the earlier post, and it didn’t change the appearance any, so I’m thinking that I simply copied the wrong one. Again, THANK YOU!