P
Philipp K
Hi,
I have the following problem: without CSS i would write this for an
invisible table which doesnt require any space.
<table border="0" cellspacing="0" cellpadding="0">
When i try it with CSS...
table
{
border-width: 0px;
padding: 0px;
border-spacing: 0px;
}
.... the tables width is bigger than a table with my non CSS version.
Any ideas what i have done wrong?
I have the following problem: without CSS i would write this for an
invisible table which doesnt require any space.
<table border="0" cellspacing="0" cellpadding="0">
When i try it with CSS...
table
{
border-width: 0px;
padding: 0px;
border-spacing: 0px;
}
.... the tables width is bigger than a table with my non CSS version.
Any ideas what i have done wrong?