The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Picture Posting Difficulties with Dreamweaver 8, So frustrated!
kckunkun
post May 21 2008, 04:04 PM
Post #1





Group: Members
Posts: 8
Joined: 21-May 08
Member No.: 5,719



I've been updating my company's website. Although my html is very (greatly) limited, I've been able to get by with the main parts of uploading pictures through some consise instructions left by my ex-coworker.

I'm using Dreamweaver 8 and mostly just doing uploading pictures. I've been able to change existing pictures with new ones, provided I use the original file name (ie. I edited the picture, and then saved it under the file that is being used by Dreamweave).

My troubles arose when I tried to add an entirely brand new set of pictures and links. I simply copied the same html and changed the filenames accordingly. My pictures are viewable using the F12-Preview from Dreamweaver 8, but when I view from IE, it says "The webpage cannot be found". I DON'T think it's a mistake with my FTP because I've been following the same steps for all my previous pictures and they've come out with no problems.

The weblink is: http://www.bcautodesign.com/Old_Website/Pr..._R_5Zigen1.html ; "*Brand New* ZR+520" at the very top. Any comments/help would be greatly appreciated! ><
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 21 2008, 04:30 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Please use the href attribute for a real URL, and put the JavaScript in the onclick attribute, like this:
CODE
<a class="headerdatalink2"
  href="./images/Products/Rims/5Zigen/ZR+520_Bronze.JPG"
  onclick="ChangeLocation('./images/Products/Rims/5Zigen/ZR+520_Bronze.JPG'); return false">


Also, URLs are case-sensitive.

Your ZR+520_Bronze.JPG does not exist (404 Not Found)
Your ZR+520_Bronze.jpg does exist
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
kckunkun
post May 23 2008, 03:11 PM
Post #3





Group: Members
Posts: 8
Joined: 21-May 08
Member No.: 5,719



QUOTE(Darin McGrew @ May 21 2008, 05:30 PM) *

Please use the href attribute for a real URL, and put the JavaScript in the onclick attribute, like this:
CODE
<a class="headerdatalink2"
  href="./images/Products/Rims/5Zigen/ZR+520_Bronze.JPG"
  onclick="ChangeLocation('./images/Products/Rims/5Zigen/ZR+520_Bronze.JPG'); return false">


Also, URLs are case-sensitive.

Your ZR+520_Bronze.JPG does not exist (404 Not Found)
Your ZR+520_Bronze.jpg does exist



THANK YOUUU! It works. I'm indebted to you.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 05:59 AM