Thank you. That solved my issue!It's an <a> (link) inside a <button>.
And this css makes the linktext black: a:active { color: #000; }
What is it? A button? A link? Or a link that looks like a button?
Are you planning to display a form?
If it's a link that looks like a button, changetoCode:
<button class="btn" type="submit"><a href="https://horizonsuitesmilos.reserve-online.net" target="_blank">Availability</a></button>
* Remove the <button> tagsCode:
<a class="btn" href="https://horizonsuitesmilos.reserve-online.net" target="_blank">Availability</a>
** Add class="btn" to <a>
Statistics: Posted by ribo — Mon Sep 09, 2024 2:47 pm