Results 1 to 3 of 3

Thread: Slide Show Help!! (Manual)

  1. #1
    Join Date
    Mar 2007
    Posts
    38
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Slide Show Help!! (Manual)

    1) Script Title: DHTML Slide Show (manual)

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex14/dhtmlslide.htm

    3) Describe problem: I'm newbie as you will probably see by my code. But anyways I'm trying to get this slide show working and for what ever reason the pictures are not showing up and I'm sure its just something I didn't do but anyways I couldn't figure it out so thats why I'm here.

    Here is my URL.

    Thanks in advance.

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

    Default

    Ah the problem is simple. The code:

    Code:
    </script>
    
    </style>
    As is on your page means you have the entire script inserted inside the <style> tag, which renders it useless. Remove the </style> tag and put it above the script, correctly closing the style sheet before beginning the script.

  3. #3
    Join Date
    Mar 2007
    Posts
    38
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Works like a champ!!! Thank you.

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
  •