[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Search Results
i had the same problem, but i solved it playing with the code in the
index.html page in the simple demo....it is used to change the image from
left to right every item....you can use that same code to insert the
necesary html commands and create a two column result....like:
[calc]
return <<EOF if $inc++ % 2;
<tr BGCOLOR="#9BC7FB">
EOF
return '';
[/calc]
the one below is for the second item, you can insert a </tr> to finish up a
row and move down....play with it
[calc]
return <<EOF if $inc % 2;
</tr>
EOF
return '';
[/calc]
----- Original Message -----
From: George Lampke <glampke@verinet.com>
To: <minivend-users@minivend.com>
Sent: Tuesday, November 30, 1999 1:51 AM
Subject: [mv] Search Results
> ****** message to minivend-users from George Lampke
<glampke@verinet.com> ******
>
> Is it possible to have the results of a search side-by-side, like a
> 2-column table?
> --
> George Lampke
> glampke@verinet.com
> -
> 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
>