Posted by Stefan Mueller on 07/08/06 12:07
Because in Internet Explorer I always have a small space after a HREF I use
'style = "display:block"'
<a href = "mailto:info@test.com" style = "display:block">info@test.com</a>
That works fine.
However if I select the HREF with the Tab key not only 'info@test.com' gets
surrounded. The whole line gets surrounded.
Here an example:
<table width = "100%">
<tr>
<td align = "center">
<a href = "mailto:info@test.com" style =
"display:block">info@test.com</a>
</td>
</tr>
</table>
If I don't use 'style = "display:block"' only 'info@test.com' gets
surrounded. That's what I'd like to have.
Is it possible to avoid the space after a HREF so that still only
'info@test.com' gets surrounded if it gets seleced by the Tab key?
Stefan
Navigation:
[Reply to this message]
|