Why won’t my HTML file export properly from Dreamweaver?
Hi everyone. I have finished editing an HTML file in Macromedia Dreamweaver, but am having problems exporting it properly. After I save the file, I try to upload it to my website using FTP, but none of the graphics or Flash media show up. What am I doing wrong, or what can I do to make it load properly? Thanks in advance….Scott
3 Responses to “Why won’t my HTML file export properly from Dreamweaver?”

well check the path of images and flash file they should be ../images/l.jpg
not c://dodo… something like that ensure u have uploaded the images and flash file too.
Report this comment
If u’re using DreamWeavor MX, in the files tab (The tab at the left side of the screen below Tag Inspector tab) Click on the option Manage Site In the drop-down list, Then try to make ur site as a project, In this way, U can select the folder of ur images, CSS, and other files easily, So in the assets tab, DreramWeavor will automatically change the path of the images. And remember, We usually put the folder of images or CSS styles, right in the folder of our HTML pages, in this case, U don’t need to write the full path, And the path will be sth like this: “Images/spacer1.gif” instead of “e://site/images/spacer.gif” or “http://site.com/images/spacer.gif”…
Good Luck
Report this comment
◙ You have to upload the flash and images to the proper subdirectory.
Report this comment