|
Posted by Disco Octopus on 06/22/07 12:32
K. wrote:
> Hello!
>
> I have such tag:
>
> <table>
> <tr>
> <td>
> Link
> </td>
> <td>
> <a href="www.123.com" style="style_a"> Link to page</a>
> </td>
> </tr>
> </table>
>
> Now active area for this tag is just on the "Link to page" text.
> I would like to enlarge active area of "a" tag to let the user click a few
> mm (milimeters)
> below, above, on left, on right the "a" tag.
>
> I used to do such thing using Maps tag, but I don`t want to use Maps.
> Is it possible to do this using <a href> tag?
>
> Thank you in advance
> Marcin
>
>
will this work for you?...
<a href="http://www.example.com"
style="display:block;padding:40px;">Link to page</a>
--
Disco Octopus
www.choicebeefjerky.com.au
Navigation:
[Reply to this message]
|