|
Posted by Jonathan N. Little on 09/08/05 22:58
ernie wrote:
> If i have a link,
> <a href="some url">click this</a>
>
> I realize you have to click somewhere on 'click this' for the link to work.
>
> Is there any way to make the tag wider, or to put it
> into a wider container, and have the link work if you click
> to the left or right of 'click this' as well?
>
> thanks.
>
>
depends on what you wish
a { display: block; width: 200px; }
or
a { padding-left: 2em; padding-right: 2em; }
would suggest some border or background treatment to give the visitor
some indication of the links zone...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|