[CSS] gestrichelte tabelle

sweet araber
hallo

weiß jemand den code für eine gestrichelte tabelle? also nicht so eine tabelle mit "normalen" durchgezogenen strich,sondern so gestrichelt?
lg
Pawie
Zeig' mal Beispiel. Check's echt grad nicht xD


Liebe Grüße
Pawie.
sweet araber
hmh...^^

sagen wir mal ich habe folgende tabelle:

<table style="text-align: left; width: 500px;" border="1"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>


wohin kommt dann der code,bzw. wie sieht dann dieser^^ tabellencode aus?

lg

edit. ²Pawie: wie z.B. hier: Deckstation Lichtenberg - Steckbrief Adawya bint Adnan
miss_trinity
Steht ja ein Post oben an dir:

<table style="text-align: left; width: 500px; border: 1 dashed #000000;" border="0" cellpadding="2" cellspacing="2">
sweet araber
iwie kommt bei mir dann so ne weisse bzw. durchsichtige tabelle (hier z.B.) und keine gestrichelte.manchmal wandelt mein proggi (NVU) den code auch so um,dass der eigentliche code da nich mehr steht^^
Alaska.
dann füge den code per editor ein,
sollte dann funktionieren xD
Pati&&
Habe mal die "beispielseite" genommen und die erste Tabelle gemacht, dann siehst du, wie ich es mache und als Beispiel sozusagen,

Zitat:

<div style="FONT-SIZE: 12px">
<div style="TEXT-ALIGN: left">
<span style="COLOR: rgb(210,210,3cool ; FONT-FAMILY: Tahoma">Stuten/<span style="FONT-WEIGHT: bold; TEXT-DECORATION: underline">Bassira
ox</span><br>
<br>
</span>
<table style="width: 500px; text-align: left; border-style: dashed" border="1" bordercolor="#4E773C" bordercolorlight="#4E773C" bordercolordark="#4E773C">
<tbody>
<tr>
<td style="FONT-WEIGHT: bold; BACKGROUND-COLOR: rgb(78,119,60)">
<div style="FONT-SIZE: 12px">
<span style="FONT-FAMILY: Tahoma"><img src="http://amazingfg.am.funpic.de/Bassira.jpg" width="266" height="400"><br>
Fotos von www.slawik.com</span>
</div>
</td>
<td style="FONT-WEIGHT: bold; BACKGROUND-COLOR: rgb(78,119,60)">
<div style="FONT-SIZE: 12px">
(Ghazal ox x Faari ox)<br>
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Rasse</span>Arab.Vollblut</span><br>
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Jahr</span>1998</span><br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Farbe</span>Apfelschimmel</span><br style="FONT-WEIGHT: normal">
<br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Ausbildung</span>Dressur
L,Springen A</span><br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Potential</span>Dressur
M,Springen L</span><br style="FONT-WEIGHT: normal">
<br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Züchter</span>Gut
Marena</span><br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Besitzer</span>Gut
Marena</span><br style="FONT-WEIGHT: normal">
<br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Decktaxe</span>/</span><br style="FONT-WEIGHT: normal">
<span style="FONT-WEIGHT: normal"><span style="FONT-WEIGHT: bold">.Auszeichnung</span>/<span style="FONT-WEIGHT: bold"><br>
</span></span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>

sweet araber
okay,das geht^^ aber da ist dann nur das äußere gestrichelt...geht das nicht auch,dass auch die inneren striche,also wirklich alles gestrichelt ist ?
lg
Melli
dann musst du das bei den <td> und <tr> auch machn, den code von oben rein (;