Goodday,
I'm currently working on a page where I want to have a div clickable.
Got this far:
<a href="http://coteax.me/">
<div id ="rectangle">
<div id="iconx"></div>
<p class="rec-text"> Portal for projects</p>
</div>
</a>
It works but the text is underlined with a purple line (Hypertext ?) How do I make it so that the purple line is gone and the text just clickable ?
Many thanks in advance!