PDA

View Full Version : my custom template appears blank


Jeananne
01-14-2007, 11:56 PM
I created a custom template from scratch :geek: and uploaded it according to instructions. When I try and use the template there is a message that it "does not seem to be in format" and all the pages on my site are blank. :yikes:

Thanks for your help.

Here is the html for the template:

<html>
<head>
<title>#PAGENAME#</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="ROBOTS" content="index,follow,all">
<meta name="OWNER" content="enhealthment.com">
<meta name="RATING" content="General">
<link href="custom.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="2" width="800" bgcolor="#4b010d" height="19">
<p align="right"><font style="BACKGROUND-COLOR: #4b010d" color="#ffffff">#PAGETITLE#</font></p></td>
</tr>
<tr>
<td colspan="2" width="800" background="enhealthmentTP-02.jpg" height="303" valign="bottom" class="page-name">
#PAGENAME#<br>. </td>
</tr>
<tr>
<td width="204" bgcolor="#ffffff" height="183" valign="top" align="left" class="vmenu_main_on" nowrap="">#VMENU#
</td>
<td valign="top" bgcolor="#ffffff" align="left" nowrap="" width="596">#CONTENT#
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2" width="800" bgcolor="#4b010d" height="21" class="bottom-menu"><div align="center">#TMENU#</div>
</td>
</tr>
<tr>
<td colspan="2" width="800" bgcolor="#ffffff" height="20">
<div align="center">
<span class="page-title-bottom">#PAGETITLE#</span><br>
<span class="page-title-bottom">#COPYRIGHT#</span>
</div></td>
</tr>
</table></div>
</body>
</html>

Ruben
01-15-2007, 04:41 AM
Did you inserted this file + customer.css inside 1 folder with name like CAT-desc-color ? and you see this folder inside your sohoadmin/program/modules/site_templates/pages/ directory?

Jeananne
01-15-2007, 11:06 AM
yes I can see the folder and choose the template.

Ruben
01-15-2007, 01:52 PM
if you want, you can PM me and send me the package with the template and i will see what i can do for you.

GuardianHost
01-15-2007, 02:07 PM
Perhaps add:

class="pound_menu"

to the table or cells that have #TAG# in them?

Not sure if that will help or not.