Link to home
Start Free TrialLog in
Avatar of Theo
Theo

asked on

Wy does this table destroy my layout

On this page: http://www.groenerekenkamer.nl/dioxinenormen_kunnen_omhoog
you see  a yellow insert in the text. This is one cell of a table. Why does it create an empty line and why is the line above only partially wrapped? And of course how do I get rid of this?
Avatar of SSupreme
SSupreme
Flag of Belarus image

Remove top border:
 tbody {
    border-top: 1px solid #CCCCCC;
}
from: css_22...ec7.css (line 22)
Avatar of Theo
Theo

ASKER

Thanks, but that didnt help.
Avatar of Jagadishwor Dulal
What result do you want??
Avatar of Theo

ASKER

The yellow table i inserted creates an empty line in the text around it. And the text line above is wrapped at an incomprehensible point.
Try to use div instead of table.
ASKER CERTIFIED SOLUTION
Avatar of Theo
Theo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Theo

ASKER

Found it myself