S
Stefan Mueller
Because in Internet Explorer I always have a small space after a HREF I use
'style = "display:block"'
<a href = "mailto:[email protected]" style = "display:block">[email protected]</a>
That works fine.
However if I select the HREF with the Tab key not only '(e-mail address removed)' gets
surrounded. The whole line gets surrounded.
Here an example:
<table width = "100%">
<tr>
<td align = "center">
<a href = "mailto:[email protected]" style =
"display:block">[email protected]</a>
</td>
</tr>
</table>
If I don't use 'style = "display:block"' only '(e-mail address removed)' gets
surrounded. That's what I'd like to have.
Is it possible to avoid the space after a HREF so that still only
'(e-mail address removed)' gets surrounded if it gets seleced by the Tab key?
Stefan
'style = "display:block"'
<a href = "mailto:[email protected]" style = "display:block">[email protected]</a>
That works fine.
However if I select the HREF with the Tab key not only '(e-mail address removed)' gets
surrounded. The whole line gets surrounded.
Here an example:
<table width = "100%">
<tr>
<td align = "center">
<a href = "mailto:[email protected]" style =
"display:block">[email protected]</a>
</td>
</tr>
</table>
If I don't use 'style = "display:block"' only '(e-mail address removed)' gets
surrounded. That's what I'd like to have.
Is it possible to avoid the space after a HREF so that still only
'(e-mail address removed)' gets surrounded if it gets seleced by the Tab key?
Stefan