Posted by Stefan Mueller on 07/05/06 07:55
In the meantime a found a displaying issue while using style =
"display:block".
If I use
<table width = "100%">
<tr>
<td align = "center">
<a href = "mailto:info@test.com">info@test.com</a>
</td>
</tr>
</table>
and then press the Tab key, 'info@test.com' gets surrounded (only
'info@test.com' gets surrounded).
If I use
<table width = "100%">
<tr>
<td align = "center">
<a href = "mailto:info@test.com" style =
"display:block">info@test.com</a>
</td>
</tr>
</table>
and then press the Tab key, 'info@test.com' gets also surrounded but not
only 'info@test.com'. The whole row gets surrounded.
Is there any possibility to keep only 'info@test.com' surrounded even if I
use style = "display:block"?
Stefan
Navigation:
[Reply to this message]
|