Hi,
This one is giving me a headache. I'm building a products page from an Access2000 db. The idea is to have the same page displaying one chosen product at the time. One of the fields in the db contains a list of images URLs relating to the product, separated by a delimiter. Not all the products have the same number of images. I'm spliting that field in the asp page and building a table from that array.
The question is: how can I make my table 2 columns wide whatever the number of images the array contains? I need someway to build the first row with the first two elements of the array, then build a second row, and so on.
Is there a better way, using divs maybe, to format my page into two columns? Should I keep my images URL in a separated table and use data shaping instead of the array thing I'm now doing?
Any suggestion would be appreciated.
Thanks.
This one is giving me a headache. I'm building a products page from an Access2000 db. The idea is to have the same page displaying one chosen product at the time. One of the fields in the db contains a list of images URLs relating to the product, separated by a delimiter. Not all the products have the same number of images. I'm spliting that field in the asp page and building a table from that array.
The question is: how can I make my table 2 columns wide whatever the number of images the array contains? I need someway to build the first row with the first two elements of the array, then build a second row, and so on.
Is there a better way, using divs maybe, to format my page into two columns? Should I keep my images URL in a separated table and use data shaping instead of the array thing I'm now doing?
Any suggestion would be appreciated.
Thanks.