also ich versuche aus dem shadow template (FI irgendwas) den schatten für die tabellen zu übernehmen.
dazu hab ich folgenden code aus der css datei in meine kopiert:
Code: Alles auswählen
/* Background images for tables */
.tbl {border-collapse:collapse;height:4px;width:100%}
.tbll {background: url(images/tb4_l.gif) no-repeat;width:8px}
.tblbot {background: url(images/tb4_m.gif) repeat-x;width:100%}
.tblr {background: url(images/tb4_r.gif) no-repeat;width:8px}
Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" class="tbl">
<tr>
<td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
<td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
<td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td>
</tr>
</table>
ich geh nun davon aus das der inhalt der css-datei nicht eingebunden wird. sehe ich das so richtig? wie könnte ich das korrigieren?
thx