Hello,
I am trying to create button link with image. This is the code:
index.php
<div style="margin: -250px 0 0 700px;"><a href="#"><img src="images/button_program.jpg"></a></div><br><br>
I wonder why I cannot click the button when I hover my mouse over the button. Usually the mouse cusor turns into hand cusor as a sign that I can click the button.
Only if I add another text then, then the text will be clickable. If no text added, only image, then the image still remains unclickable.
I wonder why?