thumbnail image and filename spacing

Last post 01-18-2005, 2:00 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-11-2005, 9:06 PM 3423

    thumbnail image and filename spacing

    Is there a way to control the vertical spacing between the thumbnail and it's filename below it? 

    Currently, in a thumbnail view with multiple rows, it is not immediately apparent that the filename applies to the thumbail above it, not below it.  Being able to control this spacing would allow for some flexibility in layout.
  •  01-18-2005, 2:00 PM 3548 in reply to 3423

    Re: thumbnail image and filename spacing

     
    Right now the vertical spacing between the thumbnail and it's filename is "<br><br>".
     
    I think you can change the CellSpacing  as a workaround.
     
    <CE:Gallery
        id="gallery1"
        runat="server"
        Column = "6"
        HelpUrl = "/ASP.NET+Image+Gallery/default.aspx"
        MaxImageWidth="750"
        MaxImageHeight="480"
        BackColor="#ffffff"
        CellPadding="3"  
        AutoResizeUploadedImages = "false"  
        CellSpacing="80"
        ForeColor="#000000"
        BorderColor="#eeeeeee"
        BorderStyle="solid"
        BorderWidth="0"
        CssClass="container"
        ShowThumbNailName="true" 
        ShowThumbNailSize="true" 
        ShowThumbNailDate="false" 
        ShowThumbNailDescription="true" 
        FolderPath = "/albums/Nature"
        ></CE:Gallery>     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML