Jul
06
Basic Template For CPShop Installation
ByThis is the basic template that Marty offers for CPShop installation:
<html>
<head>
<title><[title]></title>
</head><style type=”text/css”>
<!–
body {
font-family:arial,helvetica,sans-serif;
font-size:10pt;
}
–>
</style><body bgcolor=”#DDDDAA”>
<center><table width=600 cellpadding=0 cellspacing=0>
<tr>
<td bgcolor=”#DDDDDD” align=right>
<font face=”century gothic” size=6>
<i><b>my store</b></i>
</font>
</td>
</tr><tr>
<td>
<spacer height=3 width=1>
</td>
</tr><tr>
<td align=center bgcolor=”#FFFFFF”>
<table cellpadding=10 width=100%>
<tr>
<td align=center>
<[content]>
</td>
</tr>
</table>
</td>
</tr></table>
</center>
</body></html>
If you enjoyed this post, make sure you subscribe to my RSS feed!

