Css Container

Last post 10-01-2005, 2:36 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  09-30-2005, 1:35 AM 11221

    Css Container

    What's an example of changing
    CssClass="container"
    What is container referring to?
    Can I just put in style.css in place of the word container?
    I need the fonts to change, but I can't get it.
    Thanks!
  •  10-01-2005, 2:36 AM 11271 in reply to 11221

    Re: Css Container

    Yes, you can use the Gallery.CssClass Property to specify the fonts for the gallery.
     
    For example,
     

    .container {
           FONT-SIZE: 12px;
           FONT-FAMILY: arial,helvetica,sans-serif MARGIN: 0px;
           TEXT-ALIGN: left;       
           .......      
           .......
    }

    <CE:Gallery
        id="gallery1"
        runat="server"
        Height="500"
        Width="600"
        Column = "8"
        MaxImageWidth="1024"
        BackColor="#ffffff"
        CellPadding="5"  
        AutoResizeUploadedImages = "true"  
        CellSpacing="5"
        ForeColor="#000000"
        BorderColor="#cc0000"
        BorderStyle="solid"
        BorderWidth="0"
        CssClass="container"
        ShowUpload="true"
        ShowEditDescription="true"
        ShowThumbNailName="true" 
        ShowThumbNailSize="true" 
        ShowThumbNailDate="false" 
        ShowThumbNailDescription="true" 
        FolderPath = "~/samplefolder"
        >
    </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