Hello,
I have a webpage with some hyperlink within a button. The problem is that
some of my hyperlink is shorter that others and therefore the user must
navigate to the hyperlink to click on the link!
The thing I want is to make the button more user-friendly (user can click
anywhere on the button) and not only on the hyperlink within the button!!!
Here is my code:
<td align="left" valign="bottom" bgcolor="#CDD6DF"
background="images/but28.jpg" onMouseOver="background='images/but281.jpg'"
onMouseOut="background='images/but28.jpg'" width="190" height="32"><img
src="images/trans.gif" border="0" width="15" height="15"
align="baseline"> <b><a
href="default.asp?page=<%=rs("SubMId")%>&sub=<%=C% >"
target="_self"><%=rs("SubMR")%></a></b><br><br></td>
// Nils