Href wont work

<div class="overlay">
<div class="hovertext">
<p><span style="color: #ffffff;"><a href="https://portsmouthcomiccon.com/cosplay" style="color: #ffffff;"></a></span></p>

<h3 style="color: white; margin-top: -10px;">Enter Now</h3>
<p></p>

I’m trying to get a hover effect on an image, the hover works, but not the hyperlink, which I want on the text, can you help?? .

You have nothing between <a href> and </a>. You can’t hover over nothing.

3 Likes

Sounds like you should be wrapping your whole hover div with the anchor assuming you want it all as one link?

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