Results 1 to 4 of 4

Thread: Help on Html codes

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help on Html codes

    Hi! i am dire in need of help.i have followed the tips from:

    http://www.javascriptkit.com/script/.../jsslide.shtml

    but i cant able to see the slide show i have created.i have already edited the links for the slideshow pictures.

    i wonder if anyone can enlighten me thanks.


    Elgin

  2. #2
    Join Date
    Mar 2005
    Location
    Mumbai,INDIA
    Posts
    64
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    First of all, submit the code which you have modified .
    Secondly,
    If you have kept the images in any other folder then the 'path to that folder should be correctly mentioned'
    Last edited by sunny; 04-09-2005 at 03:21 PM. Reason: spelling mistake

  3. #3
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Erm i still really have doubts.Which code is easier to edit?

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

    i followed the commands in dd.i still cant really upload my images into my blog.i want it to be like a slideshow.for example,i will prefer my slideshow on my left and the right side is my archives,...etc.Hmm do u get wad i mean?


    Elgin

  4. #4
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I guess i will clarify my doubt clearer.As you can see that all i just need is to rename the food1.jpg to my own pictures link correct? and if i want to specify my pictures to a certain side of the page is by adding left = ? beside the border command?

    and do i need to change any commands?



    <a href="javascript:gotoshow()"><img src="food1.jpg" name="slide" left = ? border=0 width=300 height=375></a>
    <script>
    <!--

    //configure the paths of the images, plus corresponding target links
    slideshowimages("food1.jpg","food2.jpg","food3.jpg","food4.jpg","food5.jpg")
    slideshowlinks("http://food.epicurious.com/run/recipe/view?id=13285","http://food.epicurious.com/run/recipe/view?id=10092","http://food.epicurious.com/run/recipe/view?id=100975","http://food.epicurious.com/run/recipe/view?id=2876","http://food.epicurious.com/run/recipe/view?id=20010")

    //configure the speed of the slideshow, in miliseconds
    var slideshowspeed=2000

    var whichlink=0
    var whichimage=0
    function slideit(){
    if (!document.images)
    return
    document.images.slide.src=slideimages[whichimage].src
    whichlink=whichimage
    if (whichimage<slideimages.length-1)
    whichimage++
    else
    whichimage=0
    setTimeout("slideit()",slideshowspeed)
    }
    slideit()

    //-->
    </script>

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
  •