Hello all,
I have just finished changing away from my old upgraded templates to new ones and heve re done all of my customisations. I have implemented the other customers and made and attached all of my thumbnails but the layout is awful.
I don't really understand how this template works and I have tried to fiddle with it but just break it!!
I have:
	This lists the entries in a column.
What I would like to do is have six entries in a table with three columns and two rows...
Is this possible (of course it is) but is it relatively straightforward and can anyone help please?
Thanks,
Alex
					I have just finished changing away from my old upgraded templates to new ones and heve re done all of my customisations. I have implemented the other customers and made and attached all of my thumbnails but the layout is awful.
I don't really understand how this template works and I have tried to fiddle with it but just break it!!
I have:
Code:
	
	<!-- Also bought list begin-->
<Actinic:REMOVE TAG="AlsoBoughtLine">
<table width="100%" cellspacing="2" cellpadding="3" border="0">
   <tr>
      <th align="center" colspan="2" class="cartheading"><strong>Customers who bought these items also bought the following:</strong></th>
   </tr>
</table>
<table width="100%" cellspacing="2" cellpadding="3" border="0">
   <tr>
      <td class="cart">
      <ol>
   <!-- Also bought list row begin-->
   <Actinic:XMLTEMPLATE NAME="AlsoBoughtLine">
         <li>
         <Actinic:REMOVE TAG="ImageLine"><img src="<actinic:variable name="Thumbnail" />" <actinic:variable name="ThumbnailSize" /> /></Actinic:REMOVE>
         <a href="<actinic:variable name="SearchCGIURL" /> ?PRODREF=<Actinic:Variable Name="ProdRef"/>&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22HiddenFields%22%20%2f%3e%20%21%3d%20%22%22">&SHOP=<Actinic:Variable Name="HiddenFields"/></actinic:block>"><Actinic:Variable Name="ProductNameOnline"/></a>
         <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e">
	         (Ref: <Actinic:Variable Name="ProdRef"/>)
         </actinic:block>
         </li>
	</Actinic:XMLTEMPLATE>
	<!-- Also bought list row end-->
	   </ul>
      </td>
   </tr>
</table>
</Actinic:REMOVE>
<!-- Also bought list end-->
What I would like to do is have six entries in a table with three columns and two rows...
Is this possible (of course it is) but is it relatively straightforward and can anyone help please?
Thanks,
Alex
							
						
							
						
Comment