|
Posted by Rik on 07/08/06 12:36
Stefan Mueller wrote:
> 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.
What do you mean by "small space"?
Making it a block hardly seems the answer. What is it exactly you're trying
to do? If you're only interested in some space after the link, why not use
margins or padding? That's what they're for.
> However if I select the HREF with the Tab key not only
> 'info@test.com' gets surrounded. The whole line gets surrounded.
Yep, making it a block will do that. The <a> takes up the whole line.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|