My html link is not visible?

Hello

I tried my best but i could not solve the problem
I have a coffee cup free html editor and i am workign on html document.

I added 2 links to my page first one “image link is working” but the second one which is a text link is not visible on the page? when i hover my mouse on the link specified place i could see the link address in the status bar and i could see that my cursor is changing as well but link text is not showing up.?

if anyone can help me I will really appreciate it

thank you so much
shan

What are the colors assigned to the text in the link? link, and hover colors?

a:link, a:visited {color:gray; background-color:#f4f4f4;}
a:hover, a:focus {color:red; background-color:white;}

Check the color of your link and save right away.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.