Jump to content

Link to this buttom


MARCELO

Recommended Posts

Just replace the <button> element with an <a> element that has the same class attribute. The class is important.

<a class="button"><span>Hover </span></a>

 

Link to comment
Share on other sites

Thanks, Ingolme. Now it s working perfectly. 

But when i click the buttom, instead of going to the link, my Google Chrome shows a message  about not being safe to continue. This only happens with this buttom. Is there anything i can do about that?

 

Thanks,

 

 

Link to comment
Share on other sites

That's probably because you're linking from an HTTPS site to an HTTP site. Check that your link starts with https:// instead of http://

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...