Thanks,
D.Barisch
td
{
margin: <your choice>;
padding: <your choice>;
}
"Daniel Barisch" <dbar...@hotmail.com> wrote in message
news:eq$XNTzJCHA.2660@tkmsftngp09...
"PatrickN" <REplna...@yahoo.com> schrieb im Newsbeitrag
news:OFVxxbBKCHA.2448@tkmsftngp11...
-=Tek Boy=-
===================================
<html><head>
<STYLE>
body { margin:0px; background-color:blue; }
table { margin:50px; }
</STYLE></head><body>
<table bgcolor="#FF0000" border="0">
<tr>
<td>Hi</td>
<td>There</td>
</tr>
<tr>
<td>Just</td>
<td>Testing</td>
</tr>
</table>
</body></html>
===================================
"Daniel Barisch" <dbar...@hotmail.com> wrote in message
news:#qdGoyBKCHA.2508@tkmsftngp12...
Thank you for your help, but it also doesn't work the way I want. I want to
change the space between the certain cells of one Table, not the space
beetween all cells and the border of the table.
"Tek Boy" <tekb...@nospam.hotmail.com> schrieb im Newsbeitrag
news:OIGSCxCKCHA.2288@tkmsftngp12...
See also:
http://groups.google.com/groups?q=cellspacing+css+rowland+shaw&ie=UTF-8&oe=U
TF-8&hl=en
"Daniel Barisch" <dbar...@hotmail.com> wrote...
> That's syntax I also expected to work, but it doesn't! It only affects the
> margin and padding of the elments inside the cell, but it does not affect
> the space between themselves.
>
> "PatrickN" <REplna...@yahoo.com> schrieb...
> > I haven't tried this but give it a shot if you haven't already:
> >
> > td
> > {
> > margin: <your choice>;
> > padding: <your choice>;
> > }
> >
> >
> > "Daniel Barisch" <dbar...@hotmail.com> wrote...
"Rowland Shaw" <spamf...@anotherpointless.org> schrieb im Newsbeitrag
news:##eleaMKCHA.1620@tkmsftngp10...
Do you have an example URL that demonstrates it not working?
"Daniel Barisch" <dbar...@hotmail.com> wrote...
> I'm very sorry, but it DOES NOT Work, also with setting border-collapse to
> collapse!
>
>
> "Rowland Shaw" <spamf...@anotherpointless.org> schrieb...