Results 1 to 3 of 3

Thread: Simple Controls Gallery Help!

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

    Exclamation Simple Controls Gallery Help!

    1) Script Title: Simple Controls Gallery

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Describe problem
    Is there any way I can add more than 4 photos to the gallery, I tried continuing the imagearray but it didn't work.

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    I use with lots of pictures, so I don't see the problem. Maybe this causes you problems:
    Code:
    		["http://i30.tinypic.com/531q3n.jpg", "", "", "Eat your fruits, it's good for you!"],
    		["http://i31.tinypic.com/119w28m.jpg", "", "", ""]
    Make sure that the last image, and only the last one, has no comma at the end.

  3. The Following User Says Thank You to chechu For This Useful Post:

    youngwebmaster (07-29-2009)

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

    Default

    okay, thanks, I knew it was a simple thing, I just didnt see it, I wasn't including the comma.


    what would be the code to center the Simple Controls gallery, I tried
    <div align="center" id="simplegallery1"></div>

    but it didnt work.

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
  •