Results 1 to 2 of 2

Thread: FadeSlideShow pushed to left of page

  1. #1
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default FadeSlideShow pushed to left of page

    Ultimate Fade-in slide show v2.4

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I'm using this slideshow on the following site:
    http://www.tokyosandblasters.com/
    The slideshow location, on a laptop, at least, is pushed all the way over to the left and I would like it consistantly forced to the center. A DIV tag does not get the job done for some reason. Is there a way to accomplish this in the .js file??? (or some other way)

    I'm sure this could be accomplished with CSS, but I am a total NUBE and am just using tags to get the site up and running until I can learn a thing or two about CSS. I'm also sure I posted this in the wrong place and for that I appologize... any help would be greatly 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

    Change the DOCTYPE from:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    to:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    Add the highlighted to the fadeshow1 div:

    Code:
    <div id="fadeshow1" style="margin: 0 auto;"></div>
    - John
    ________________________

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

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

    abyfi (08-31-2011)

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
  •