Cellspacing

Status
Nicht offen für weitere Antworten.

Necronomicon

Gesperrt
Nabend, erstmal

So, ich wollte wiessen ob da etwas mit Cellspacng geht was ich vorhabe :D

Also ich habe ne Tabelle mit cellspacing = 5 und jetzt will ich dass die zellen den Boarder haben (nen colapsten) und um die Ganze tabelle nix wär...

Geht das?
Wenn ja dann wie :D

THX im Vorraus
 
Woah!... hast deinen Text nochmal gelesen ;) ???

Ich schätzte mal du meinst sowas...

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
td {
	border: 1px solid #000000;
}
table {
	border: none;
}

-->
</style>
</head>

<body>
<table width="300" cellspacing="5" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

</div>
</body>
</html>



CU Andreas
-------------------------------------------------------------
"There are only 10 types of people in the world, those that understand binary, and those that don't."
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück