Re: multipe gallerys per page

  •  02-25-2008, 7:36 PM

    Re: multipe gallerys per page

    I have the following:


    <
    tr>

    <td height="447"><CE:Gallery

    id="gallery1"

    runat="server"

    Width="500"

    Column = "4"

    MaxImageWidth="1024"

    BackColor="#333333"

    CellPadding="5"

    AutoResizeUploadedImages = "true"

    CellSpacing="5"

    ForeColor="#000000"

    BorderColor="#cc0000"

    BorderStyle="solid"

    BorderWidth="0"

    CssClass="container"

    ShowUpload="true"

    ShowEditDescription="true"

    ShowThumbNailName="false"

    ShowThumbNailSize="false"

    ShowThumbNailDate="false"

    ShowThumbNailDescription="true"

    ShowDescriptioninIndexView="true"

    FolderPath = "~/babesStuds"

    ></CE:Gallery>

    </td>

    <td></td>

    <td>

    <CE:Gallery

    id="gallery2"

    runat="server"

    Width="500"

    Column = "4"

    MaxImageWidth="1024"

    BackColor="#333333"

    CellPadding="5"

    AutoResizeUploadedImages = "true"

    CellSpacing="5"

    ForeColor="#000000"

    BorderColor="#cc0000"

    BorderStyle="solid"

    BorderWidth="0"

    CssClass="container"

    ShowUpload="true"

    ShowEditDescription="true"

    ShowThumbNailName="false"

    ShowThumbNailSize="false"

    ShowThumbNailDate="false"

    ShowThumbNailDescription="true"

    ShowDescriptioninIndexView="true"

    FolderPath = "~/Studs"

    ></CE:Gallery>

    </td>

    </tr>
     
     
    It looks ok at first, but no matter which one I use to upload the images, it places the images in the other folder.
     
    I would like to customize the look/feel of the upload form. 
     
    Thanks,
     
    Filed under: , ,
View Complete Thread