Results 1 to 5 of 5

Thread: Conveyor Belt

  1. #1
    Join Date
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt

    I have the same problem as Barb with this. I have red x's but no photos. I will copy the script for you to view:

    //Specify the slider's images
    var leftrightslide=new Array()
    var finalslide=''
    leftrightslide[0]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/aprilschofield.gif" border=1></a>'
    leftrightslide[1]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/rebeccabalentine.gif" border=1></a>'
    leftrightslide[2]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/caitlinallen.gif" border=1></a>'
    leftrightslide[3]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/caseyduffie.gif" border=1></a>'
    leftrightslide[4]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/heatherraborn.gif" border=1></a>'
    leftrightslide[5]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/katiesmith.gif" border=1></a>'
    leftrightslide[6]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/kristyarrington.gif" border=1></a>'

    leftrightslide[7]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/lesliemullins.gif" border=1></a>'
    leftrightslide[8]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/meaganwalden.gif" border=1></a>'
    leftrightslide[9]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/rachelalgeo.gif" border=1></a>'
    leftrightslide[10]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/samathapowell.gif" border=1></a>'

    Can you please tell me what I am doing wrong? I have been working on this for hours and am not very computer literate! I want to link the pics to the profiles and have their name on the pic. Atlanta Viper 14U fastpitch softball website on eteamz has exactly what I want to do. Please help Anyone!
    Thanks so much
    Kim

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The file you specified doesn't exist:

    http://eteamz.com/16uGaDominators/im...lschofield.gif

    So this needs sorting out.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I only put what the directions told me to put and I am totally confused! It tells me to put the site name and the picture name I want so that is what I did! Can yiou give me an example of what the line should read? Our website is www.eteamz.active.com/16uGaDominators and all I want to do is have their pics scrolling across with their names on the pic and linking to the profile. Can you please explain in detail what I need to do? Thanks so much.
    Kim

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

    Default

    Hi:
    I'm not sure how else to put this. Basically you need to make sure the image paths you've entered into the script are correct and references an actual image. This is currently not the case. Take one of the image paths you've entered as example:

    http://eteamz.com/16uGaDominators/images/katiesmith.gif

    Enter the above into your browser location- it returns page not found instead of loading an image. That's the problem. The image paths are all incorrect.

  5. #5
    Join Date
    Oct 2004
    Location
    Texas
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Your image links are wrong. instead of

    leftrightslide[0]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.com/16uGaDominators/images/aprilschofield.gif" border=1></a>'

    Try

    leftrightslide[0]='<a href="http://eteamz.com/16uGaDominators/roster/index.cfm?XXXXXXX"><img src="http://eteamz.active.com/16uGaDominators/images/HALLOWEENHAVOC-MILLEDGEVILLE10-30-04064.jpg" border=1></a>'


    Not sure if the link part will work. I think you will need the .active in that too, but that is the EXACT location and name of the current photo of April up on your site at this time.

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
  •