[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Result Page
In-Reply-To: <380B031C.31EB0466@canaan.co.il>
In article <380B031C.31EB0466@canaan.co.il>, miki@canaan.co.il (Ben-Nes
Michael) wrote:
> ****** message to minivend-users from Ben-Nes Michael
> <miki@canaan.co.il ******
>
> Hi
>
> I have difficulties to arrange the returned items.
>
> Now the result page arrange each item in new line.
> Im trying to arrange them 4 in a row and then start new line, but i have
> difficulties.
>
> If any one can give me some general direction ill be very thankful :-)
>
> [search-list]
> <TABLE>
> <TR>
> <TD ALIGN="center">
> <A HREF="[area [item-code]]">
> <IMG SRC="[item-field Image_s]" ALT="[item-field
> Name]"><br>[item-field Name]</A>
> </TD>
> </TR>
> <TR>
> <TD ALIGN="center">
> Price:[item-price]
> <A HREF="[area order [item-code]]"
> CLASS="buybtn"><BR>Put in Basket</A>
> </TD>
> </TR>
> </TABLE>
> [/search-list]
>
> --
> --------------------------
> Canaan Surfing Ltd.
> Internet Service Providers
> Ben-Nes Michael - Manager
> Tel: 972-6-6925757
> Fax: 972-6-6925858
> http://www.canaan.co.il
> --------------------------
>
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead,
> send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>
perhaps you can use a counter or [item-increment] to test how many have
been through the mill. Something along the lines of
$ct++; return </TR><TR> if $ct >3; $ct=0;
this shouldn't interfere with [more-list] as long as mv_matchlimit is set
to a multiple of 3 or whatever
Bye :-)=
hutch@cix.co.uk