Help with background
I have created quite a few custom pages, but I've got a problem.
This is what I use:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
</head>
<body>
$header
$navbar
$footer
</body>
</html>
I need to know how I can add something like "#dbe9df url(images/mainbg.png)" to the page. I need to know how to add a page background. Can anybody give me a code for this? (For use in template (Style settings is not an option as the image should only be placed on a few pages))
|