Help with buttons....
How do I make this button work without making the text the hyperlink..
<table cellspacing="0" cellpadding="0" onclick=href="/register.php" class="ButtonTable">
<tr><td><input type="image" src="{$ImagesDir}/but_menu1.gif" class="ButtonSide_menu" alt="" /></td><td class="Button_menu"><font class="Button_menu">
Register</font></td><td><img src="{$ImagesDir}/but_menu2.gif" class="ButtonSide_menu" alt="" /></td></tr>
</table>
Whats the proper code for the "onclick" tag.
Thanks
|