barbara
13th February 2006, 06:11 PM
Hi There Everyone...
Am playing around with my site, and have decided I'd like to display the product code for each of my products, I figured the easiest way would be to do this in the brief styles. I have used the tag <B><#ProductCode></B> for my standard page and it works great.
My problem is that some of my pages are set up using the 2 column set up, and when editing those pages, I run into problems. I can't figure out what the right tag is - I figure it would be something like <B><#ProductCode1></B>, but that won't work. Anyone done this? Anyone have any ideas?
Thanks
Barbara
nb. the style that I'm trying to modify:
<div align="center">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="20%">
<tr>
<td valign="top" width="50%">
~#1
<table border="1" cellpadding="2" width=100% bgcolor="#EAE5C2" cellspacing="0" bordercolor="#000066" height="100%">
<tr bgcolor="#EAE5C2" align="center">
<td valign="top" height="0"><font face="Verdana" size="2" color="#000000"><b >#productname1#</b><BR>
<B>[<#productcode>]</B><BR>
#LargeImage1#<br>#Detaileddescription1#
<TABLE BORDER="0" cellpadding="0" cellspacing="0">
<TR><TD valign="middle" width=25%>< b><CENTER>#DomPrice1#</b><br>
<FONT SIZE=1>AUD</CENTER></FONT>
</TD><TD valign="bottom" width=75%><font face="Verdana" size="2">#Form1# <PRE> <font face="Verdana" size="2"><#Quantity></FONT> <input align="absbottom" src= "#BuyBtn1#" type="image" border = "0"></PRE>#CustomFields1# #hiddenfields1#</font></td>
</tr>
</TABLE>
</TD></TR>
</table> ~#/1
</td>
<td valign="top" width="50%">
~#2
<table border="1" cellpadding="2" width=100% bgcolor="#EAE5C2" cellspacing="0" bordercolor="#000066" height="100%">
<tr bgcolor="#EAE5C2" align="center">
<td valign="top" height="0"><font face="Verdana" size="2" color="#000000">< b>#productname2#</b><BR>
<B>[<#productcode>]</B><BR>
#LargeImage2#<br>#Detaileddescription2#
<TABLE BORDER="0" cellpadding="0" cellspacing="0">
<TR><TD valign="middle" width=25%>< b><CENTER>#DomPrice2#</b><br>
<FONT SIZE=1>AUD</CENTER></FONT>
</TD><TD valign="bottom" width=75%><font face="Verdana" size="2">#Form2# <PRE> <font face="Verdana" size="2"><#Quantity></FONT> <input align="absbottom" src= "#BuyBtn2#" type="image" border = "0"></PRE>#CustomFields2# #hiddenfields2#</font></td>
</tr>
</TABLE>
</TD></TR>
</table> ~#/2
</td>
</tr>
</table>
</center>
</div>
Am playing around with my site, and have decided I'd like to display the product code for each of my products, I figured the easiest way would be to do this in the brief styles. I have used the tag <B><#ProductCode></B> for my standard page and it works great.
My problem is that some of my pages are set up using the 2 column set up, and when editing those pages, I run into problems. I can't figure out what the right tag is - I figure it would be something like <B><#ProductCode1></B>, but that won't work. Anyone done this? Anyone have any ideas?
Thanks
Barbara
nb. the style that I'm trying to modify:
<div align="center">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="2" height="20%">
<tr>
<td valign="top" width="50%">
~#1
<table border="1" cellpadding="2" width=100% bgcolor="#EAE5C2" cellspacing="0" bordercolor="#000066" height="100%">
<tr bgcolor="#EAE5C2" align="center">
<td valign="top" height="0"><font face="Verdana" size="2" color="#000000"><b >#productname1#</b><BR>
<B>[<#productcode>]</B><BR>
#LargeImage1#<br>#Detaileddescription1#
<TABLE BORDER="0" cellpadding="0" cellspacing="0">
<TR><TD valign="middle" width=25%>< b><CENTER>#DomPrice1#</b><br>
<FONT SIZE=1>AUD</CENTER></FONT>
</TD><TD valign="bottom" width=75%><font face="Verdana" size="2">#Form1# <PRE> <font face="Verdana" size="2"><#Quantity></FONT> <input align="absbottom" src= "#BuyBtn1#" type="image" border = "0"></PRE>#CustomFields1# #hiddenfields1#</font></td>
</tr>
</TABLE>
</TD></TR>
</table> ~#/1
</td>
<td valign="top" width="50%">
~#2
<table border="1" cellpadding="2" width=100% bgcolor="#EAE5C2" cellspacing="0" bordercolor="#000066" height="100%">
<tr bgcolor="#EAE5C2" align="center">
<td valign="top" height="0"><font face="Verdana" size="2" color="#000000">< b>#productname2#</b><BR>
<B>[<#productcode>]</B><BR>
#LargeImage2#<br>#Detaileddescription2#
<TABLE BORDER="0" cellpadding="0" cellspacing="0">
<TR><TD valign="middle" width=25%>< b><CENTER>#DomPrice2#</b><br>
<FONT SIZE=1>AUD</CENTER></FONT>
</TD><TD valign="bottom" width=75%><font face="Verdana" size="2">#Form2# <PRE> <font face="Verdana" size="2"><#Quantity></FONT> <input align="absbottom" src= "#BuyBtn2#" type="image" border = "0"></PRE>#CustomFields2# #hiddenfields2#</font></td>
</tr>
</TABLE>
</TD></TR>
</table> ~#/2
</td>
</tr>
</table>
</center>
</div>