<tr> <td><img src="images/button.gif" width="105" height="25"></td> </tr>
<div style="font-size: 15px; font-weight: bold; font-family: Georgia; color: white; padding: 8px; background-image:url("URL картинки");"> ТЕКСТ</div>
<div style='width: 105px; height: 25px; background: url("images/button.gif");' onclick='page("https://forum.vmeste.eu")'; > ТЕКСТ</div>
<script type = "text/javascript"> function page(url) { window.location.href = url; } </script>