i have developed an application in which the gallery of each model is shown. for example http://modelspk.com/ainy-jaffri-model21 currently the images are being shown on the right side hence leaving the white space below the main image. my aspx looks like this
<tr><td align="left" style="padding-left: 5px;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top"><img id="Imgmain" src='<%= MainImage %>' width="350" height="450" alt="" /></td><td valign="top" style="background-color: #FFFFFF;"><asp:DataList ID="dlGallery" runat="server" Width="100%" RepeatDirection="Horizontal" RepeatColumns="3"> <ItemTemplate><a href='/images2_New/GalleryModels/<%#Eval("Image") %>' rel="gallery" class="pirobox_gall"
title=""><img width="80" height="70" src='/images2_New/GalleryModels/<%#Eval("Image") %>' alt="" /></a></ItemTemplate></asp:DataList></td></tr></table></td></tr>what i want to do is that if the images increase, they should display under the main image ..
Regards:
Mudassir