Is it possible to make hyperlink looked like button WITH text on it?
We can make hyperlink button with code:
<a href="..."> <img src="button.png" width="100" height="50" alt="Some text"></img> </a>
but i need also TEXT in the center of button.
Thanks.