Live Scores
Shareware
Movie Stars
in
Miscellaneous
Progamming
(Entire Site)
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Progamming
»
Miscellaneous
»
table vertical space
table vertical space
How do i delete extra vertical space in a table.
I have a table with an image on the left and text on the right.
There is a lot of extra vertical space below the image and text how to get rid of that.
'image'
text
Solution: table vertical space
This is a known bug in IE. Solved by
1) Leave no space between
tag and
as suggested by DrewKjell
2) Have style="float:left" in img tag ...
3) Have style="display: block;" in img tag ...