Quote:
Originally Posted by hellbomb
Try this.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
</head>
<body style="background:#dbe9df url(images/mainbg.png);">
$header
$navbar
$footer
</body>
</html>
also depending on the image you might wanna make the image repeat you can do this by doing any of the following.
Code:
<body style="background:#dbe9df url(images/mainbg.png) repeat-x;">
Code:
<body style="background:#dbe9df url(images/mainbg.png) repeat-y;">
Code:
<body style="background:#dbe9df url(images/mainbg.png) repeat;">
|
I need something like this, but I do not need to change the body background but the page background.