[ic] creating a category page

Chris Slaght interchange-users@icdevgroup.org
Mon Aug 26 23:48:00 2002


> I was wondering if anyone could point me to the proper
> method of creating a page that would have thumbnails
> and the description all within columns, I have seen
> something close to this on one of the interchange
> links from http://wwww.Frozencpu.com
>

I modified the results.html a little with this code:

 <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="[item-code]">
        [if-item-field thumb]
        <center><a href="[area [item-code]]"><img src="thumb/[item-field
thumb]"border="0"></a></center>
        </td>
        [else]
        [/else]
        [/if-item-field]


This checks to see if a thumb image exists.  If so then display it otherwise
display nothing.

Just as a note..  I deleted the SKU and STOCK watch so that I had more room
to fit the thumb.

My work-in-progress is located at www.cookingtoys.com to see what it looks
like on my site.

Chris Slaght
Information Systems Solutions LTD.