bolli: cellspacing / cellpadding in css?

Beitrag lesen

hi.
irgendwie habe ich das problem, das ich das cellspacing/cellpadding von tabellen nicht ins css auslagern kann.

table.normal
{
        width: 100%;
        padding: 0px;
        margin: 0px
}

...das müsste doch eigentlich das gleiche machen wie <table width="100%" cellpadding="0" cellspacing="0">... tut es aber nicht. hat vielleicht irgendjemand ne idee was ich verplane?

danke. bolli.