Cellspacing und Cellpadding mit CSS formatieren?
Thomas W
- css
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!
Hallo!
Normaler weise sieht das ja so aus:
<table border="1" cellspacing="0" cellpadding="0">
<tr>
...Wie mach ich das jetzt aber mit CSS?
Das geht mit CSS nicht wirklich, schon gar nicht mit NS:
Grüße
Thomas