• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

annoying html problem

weezergirl

Diamond Member
i used a script from dynamic drive for this scrolling pic thing...i tried it out on my comp and it works fine. but when i upload it and view it....it only shows one pic scrolling?!?!! i made sure all the pics are uploaded fine and everything. i didn't change a thing from my desktop to my server....why does it mess up?

http://www.girlrobot.net/flower.html

🙁
 
leftrightslide[0]='<a href="IMG_1107.JPG"><img src="f4.JPG" border=0></a>'
leftrightslide[1]='<a href="IMG_1108.JPG"><img src="f1.jpg" border=0></a>'
leftrightslide[2]='<a href="IMG_1105.JPG"><img src="f2.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1106.JPG"><img src="f3.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1109.JPG"><img src="f5.JPG" border=0></a>'

Try changing .JPG to .jpg

Just an observation, the only one that works is named .jpg instead of .JPG.

Also, this is javascript problem, not HTML 🙂
 
Originally posted by: CorporateRecreation
leftrightslide[0]='<a href="IMG_1107.JPG"><img src="f4.JPG" border=0></a>'
leftrightslide[1]='<a href="IMG_1108.JPG"><img src="f1.jpg" border=0></a>'
leftrightslide[2]='<a href="IMG_1105.JPG"><img src="f2.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1106.JPG"><img src="f3.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1109.JPG"><img src="f5.JPG" border=0></a>'

Try changing .JPG to .jpg

omg. i'm retarded. thank you...i wonder why i didn't notice that. thanks so much!!!!!
 
Originally posted by: weezergirl
Originally posted by: CorporateRecreation
leftrightslide[0]='<a href="IMG_1107.JPG"><img src="f4.JPG" border=0></a>'
leftrightslide[1]='<a href="IMG_1108.JPG"><img src="f1.jpg" border=0></a>'
leftrightslide[2]='<a href="IMG_1105.JPG"><img src="f2.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1106.JPG"><img src="f3.JPG" border=0></a>'
leftrightslide[3]='<a href="IMG_1109.JPG"><img src="f5.JPG" border=0></a>'

Try changing .JPG to .jpg

omg. i'm retarded. thank you...i wonder why i didn't notice that. thanks so much!!!!!

You're welcome, cool little script 🙂
 
Back
Top