Code:
background-repeat:repeat-x;
EDIT:
Das Bild ist natürlich nur soweit unten wie dein Inhalt auch reicht. Ohne Inhalt ist das Bild oben.
background-repeat:repeat-x;
EDIT:
Das Bild ist natürlich nur soweit unten wie dein Inhalt auch reicht. Ohne Inhalt ist das Bild oben.
...
<textarea width="100%" height="400px" style="width:100%;height:400px" name="code" wrap="logical" rows="21" cols="42">
<html>
<head>
<style type="text/css">
body
{
background-image:
url('smiley.gif');
background-repeat:
no-repeat;
background-position:
center;
}
</style>
</head>
<body>
</body>
</html>
</textarea>
...
Kommentar