Firstly I just have to say thank you for this contribution, I wish I had used it earlier as I would have saved myself alot of time.
I have been modifying an existing template that I found & like but I could not get it to work for me as I wanted it to. Now with STS I finally can ;)
All has gone very well, but now that I am close to the end I finally have one major difficulty. I cant get my header text to display after I have almost finished my modifications.
As an example the code for the infobox.php template is:
<!-- Box Header Start -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr class="infoBoxHeading">
<td width="30"><img src=images/corner_left.gif width=30 height=29 border=0></td>
<td background="images/infobox_03.gif" width="100%" height="29" valign="center">$headertext</td>
<td width="30"><img src=images/corner_right.gif width=30 height=29 border=0></td>
</tr>
</table>
<!-- Box Header EOF -->
<!-- Box Body Start -->
<table width="100%" border="1" cellspacing="0" cellpadding="0" bgcolor="#999999" style="border-collapse: collapse" bordercolor="#999999">
<tr>
<td bgcolor="#FFFFFF">$content</td>
</tr>
</table>
<!-- Box Body EOF -->
I have also uploaded a demo version for anybody that can help me to take a look at and let me know where I am going wrong (http://www.labrats.co.za/catalog)
Thanks in advance
P.S. The main header is currently hard coded to link to the actuall live site, so please becarefull when using this.