21.08.2004, 12:07
Hi,
Genau so, das geht auch am besten mit CSS
Cu Helmut
Zitat:Müssen die Bilder als Tabellenhintergund programmiert werden??
Genau so, das geht auch am besten mit CSS
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Untitled</title>
<style type="text/css">
<!--
.hintergrund {
background-image: url(images/dein_bild.gif);
}
-->
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="hintergrund">Inhalt</td>
</tr>
</table>
</body>
</html>Cu Helmut
![[-]](https://forum.juergens-workshops.de/images/collapse.png)