charlesr
08-09-2007, 07:41 PM
I have created my own customized template following the Jaun-Vincent Haasbroek (www.onlineworknet.com) instructions. I have done everything exactly as he has done it. When I try to load the template however, it states that it is not in the Pro-edition format. I am using the newest version of soholaunch. All the pictures are in the same folder as the .html file and the custom .css file. I have been trying everything i can but nothing seems to work. My .html file is as the following:
<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="NYSOHC">
<META NAME="AUTHOR" CONTENT="www.nysohc.com">
<META NAME="RATING" CONTENT="General">
<link href="custom.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<!-- ImageReady Slices (nysohc final.psd) -->
<table width=740 height=500 border=0 align="center" cellpadding=0 cellspacing=0 id="Table_01">
<tr>
<td height="15" colspan=2 bgcolor="#666666"><div align="right" class="page-title-top">#PAGETITLE#</div></td>
</tr>
<tr>
<td height="134" colspan=2 align="center" valign="bottom" background="nysohc-final_02.gif">
<p class="page-name">#PAGENAME#</p></td>
</tr>
<tr>
<td width="128" height="301" align="left" valign="top" background="nysohc-final_03.gif" class="vmenu_main_on"> #VMENU# </td>
<td width="612" height="301" valign="top" bgcolor="#FFFFFF">#CONTENT#</td>
</tr>
<tr>
<td height="27" colspan=2 background="nysohc-final_05.gif" class="bottom-menu">#TMENU#</td>
</tr>
<tr>
<td height="23" colspan=2 align="center" bgcolor="#666666">
<span class="page-title-bottom">#PAGETITLE#</span><br>
<span class="page-title-bottom">#COPYRIGHT#</span></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Someone please help me!!!!!
Thank You
<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="NYSOHC">
<META NAME="AUTHOR" CONTENT="www.nysohc.com">
<META NAME="RATING" CONTENT="General">
<link href="custom.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<!-- ImageReady Slices (nysohc final.psd) -->
<table width=740 height=500 border=0 align="center" cellpadding=0 cellspacing=0 id="Table_01">
<tr>
<td height="15" colspan=2 bgcolor="#666666"><div align="right" class="page-title-top">#PAGETITLE#</div></td>
</tr>
<tr>
<td height="134" colspan=2 align="center" valign="bottom" background="nysohc-final_02.gif">
<p class="page-name">#PAGENAME#</p></td>
</tr>
<tr>
<td width="128" height="301" align="left" valign="top" background="nysohc-final_03.gif" class="vmenu_main_on"> #VMENU# </td>
<td width="612" height="301" valign="top" bgcolor="#FFFFFF">#CONTENT#</td>
</tr>
<tr>
<td height="27" colspan=2 background="nysohc-final_05.gif" class="bottom-menu">#TMENU#</td>
</tr>
<tr>
<td height="23" colspan=2 align="center" bgcolor="#666666">
<span class="page-title-bottom">#PAGETITLE#</span><br>
<span class="page-title-bottom">#COPYRIGHT#</span></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Someone please help me!!!!!
Thank You