![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
images don't appear in browser, html does
Hello, I've created and uploaded a test page using DW CS3. The html portion of
the site appears in the browser, but none of the images (.gif, .jpg) do. I checked and all of the linked images appear on the remote server and the site is synchronized. I tested in browsers: Safari, Firefox and Netscape. Any idea as to why images do not appear in browser? Thanks for your help! |
|
#2
|
|||
|
|||
|
Re: images don't appear in browser, html does
Post a link to your page, please.
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "More2Do" <webforumsuser@macromedia.com> wrote in message news:fo27k8$6gu$1@forums.macromedia.com... > Hello, I've created and uploaded a test page using DW CS3. The html > portion of > the site appears in the browser, but none of the images (.gif, .jpg) do. I > checked and all of the linked images appear on the remote server and the > site > is synchronized. I tested in browsers: Safari, Firefox and Netscape. Any > idea > as to why images do not appear in browser? Thanks for your help! > |
|
#3
|
|||
|
|||
|
Re: images don't appear in browser, html does
|
|
#4
|
|||
|
|||
|
Re: images don't appear in browser, html does
Hello,
I don't see any image at http://www.edge-market.com/art/abstract.jpg, which is what your img source path suggests (though it's missing .. before the first / .) img src="/art/abstract.jpg" However, I do see the image at: http://www.edge-market.com/test/art/abstract.jpg So the "art" directory is inside the "test" directory where the page is also located. Change your img source to: img src="art/abstract.jpg" This says the image is in a folder named "art" that is in the same folder as this page is. Having a ../ before "art" says move one directory up from the current folder and find a folder named "art". Hope that helps, Take care, Tim "More2Do" <webforumsuser@macromedia.com> wrote in message news:fo2a54$912$1@forums.macromedia.com... > http://www.edge-market.com/test/ |
|
#5
|
|||
|
|||
|
Re: images don't appear in browser, html does
All of this suggests an improperly defined site - DW is smart enough to get
those links right.... -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "TC2112" <nospam@nospam.com> wrote in message news:fo2bgu$adk$1@forums.macromedia.com... > Hello, > > I don't see any image at http://www.edge-market.com/art/abstract.jpg, > which is what your img source path suggests (though it's missing .. before > the first / .) > img src="/art/abstract.jpg" > > However, I do see the image at: > http://www.edge-market.com/test/art/abstract.jpg > > So the "art" directory is inside the "test" directory where the page is > also located. > Change your img source to: img src="art/abstract.jpg" > This says the image is in a folder named "art" that is in the same folder > as this page is. > > Having a ../ before "art" says move one directory up from the current > folder and find a folder named "art". > > Hope that helps, > > Take care, > Tim > > > > > "More2Do" <webforumsuser@macromedia.com> wrote in message > news:fo2a54$912$1@forums.macromedia.com... >> http://www.edge-market.com/test/ > > |
|
#6
|
|||
|
|||
|
Re: images don't appear in browser, html does
This worked. Many thanks!
|
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|