Results 1 to 2 of 2

Thread: Center the Simple Gallery???

  1. #1
    Join Date
    Jul 2009
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Center the Simple Gallery???

    1) Simple Controls Gallery v1.3

    2) http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) How do I center the simple gallery on the page?? Is there a special code? I tried just <div align="center" id="simplegallery1"></div> but it didnt work. Anyone know how to center it?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The slideshow is a little difficult to center, since its outermost DIV is relatively positioned. One thing you can try is "margin: auto", added inside this DIV. For example:
    Code:
    <div id="simplegallery1" style="margin:1em auto;"></div>
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •