Quote:
Originally Posted by Lynne
I am guessing this line is the problem:
PHP Code:
eval('print_output("' . fetch_template('Norcal 4x4 Forum Dark Side') . '");');
Do you have a template with that name?
And per the article, the stuff under the ?> is supposed to go into the template you create called "'Norcal 4x4 Forum Dark Side'" (usually we don't use spaces, but use _ instead.)
|
ya that's the template name... which basically is the default one but just changed the name.
im really confused? your saying this...
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Title</td>
</tr>
<tr>
<td class="alt1">Text</td>
</tr>
</table>
$footer
</body>
</html>
goes in my template? like in the additional CSS box? it seems like that stuff would be in the file? or are you saying the first code in the instructions goes in the CSS template box? although the instructions said to put that in the notepad file? so I'm really lost haha. thanks for any help :up: