Suche auf lima-city
-
in: .css datei
geschrieben von hanswurst0999
<html>
<head>
<link rel="stylesheet" href="stylef.css" type="text/css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="olinks"></td>
<td class="omitte">Hallo das ist ein Test</td>
<td class="orechts"></td>
</tr>
</table>
</body>
</html> -
in: .css datei
geschrieben von hanswurst0999
hallo,
ich will eine .css datei die eine td klasse festlegt welcjes hintergrundbild genommen werden soll. ws ist hier falsch:
td.orechts
{
background-image:url(mitter.bmp);
}
td.omitte
{
background-image:url(mittel.bmp);
}