Quote:
Originally Posted by MysCha
i have been add
$header
my page here
$footer
but isnt work
can u see my attachement
|
If you selected, a "theme" for this webtemplate, you don't need to add $header/footer. Just add your content.
If you didn't selected a theme (that is theme setting is set to "no parent webtemplate), then add whole HTML code to your page. Eg.
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>Page Title</title>
$headinclude
</head>
<body>
$header
$navbar
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
YOUR CONTENT
</td>
</tr>
</table>
$footer
</body>
</html>