Thomas W: Cellspacing und Cellpadding mit CSS formatieren?

Beitrag lesen

Ich will meine Tabellen per CSS einheitlich formatieren. Wie schaffe ich es, bei einer Tabelle per CSS Cellspacing und Cellpadding festzulegen?

Normaler weise sieht das ja so aus:

<table border="1" cellspacing="0" cellpadding="0">
<tr>
...

Wie mach ich das jetzt aber mit CSS?

Also

<table style="........">

THX 4 HLP!