Results 1 to 2 of 2

Thread: Elastic trail script

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

    Lightbulb Elastic trail script

    http://www.dynamicdrive.com/dynamicindex13/trailer2.htm

    I get how to insert the script (I think) But when you say to insert the image into web directory. Where is that.

    I put the image into the file that was holding all images for the page I was updating, but notheing happend. Please help. Thank you. trtldove76

  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

    Technically speaking, you cannot "put the image into the file that was holding all images for the page". So, I am at a loss, unless by file, you really mean folder or directory. If that is the case then, when you reference the image in the code, you must include the path to it in this directory. For example, if all images are in a directory named 'images" that branches from the directory that the page is in, use:

    HTML Code:
    <img src="images/bullet.gif" height=11 width=11>
    - John
    ________________________

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

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
  •