Results 1 to 3 of 3

Thread: Centering captions on Flexi image slideshow

  1. #1
    Join Date
    Jul 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centering captions on Flexi image slideshow

    1) Script Title: Flexi slideshow

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

    3) Describe problem: Would like to be able to center the captions on the photos in the slideshow. Right now the slideshow and the captions are all smack up against the left border of the page.

    Secondly, would like to be able to move the location of the slideshow so it is centered, or to the right, just not 'stuck' where it is!

    I did read how to edit the font styles for the captions, but can't figure out how to move them.

    Help appreciated!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    To center the text, add this stylesheet to the head of your page:

    Code:
    <style type="text/css">
    #slidedom {
    text-align:center;
    }
    </style>
    Or add its rule to an existing stylesheet for the page.

    As far as moving the slide show goes, put it in a table or in a division and position that. As it says on the demo page:

    Simply add the below where you wish the slideshow to appear
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you! Will give that a try.

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
  •