Add space to my hyperlink
am 11.06.2007 16:16:03 von news
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:
|
background="images/but28.jpg" onMouseOver="background='images/but281.jpg'"
onMouseOut="background='images/but28.jpg'" width="190" height="32">
src="images/trans.gif" border="0" width="15" height="15"
align="baseline">
href="default.asp?page=<%=rs("SubMId")%>&sub=<%=C%>"
target="_self"><%=rs("SubMR")%>
// Nils
Re: Add space to my hyperlink
am 11.06.2007 16:48:30 von Jon Paal
http://www.htmlcodetutorial.com/forms/_BUTTON.html
"news" wrote in message news:O6YNdMDrHHA.4836@TK2MSFTNGP05.phx.gbl...
> 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:
> |
> onMouseOut="background='images/but28.jpg'" width="190" height="32">
> align="baseline"> &sub=<%=C%>"
> target="_self"><%=rs("SubMR")%>
>
>
> // Nils
>
>
>
>
Re: Add space to my hyperlink
am 11.06.2007 16:53:27 von reb01501
news wrote:
> 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!!!
>
>
HTML/CSS questions will get better response in one of the newsgroups
devoted
to those topics (http://groups.google.com/groups/dir?sel=33584039).
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.