Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Images in Dreamweaver question
Old 02-27-2006, 12:45 PM Images in Dreamweaver question
Ultra Talker

Posts: 358
Location: Devon, UK
Trades: 4
Hi,

This may be a silly question but I can't figure it out or find an answer on the web....

I am using absolute urls for some images for example site.com/images/image.gif now, I can't get these to show in dreamweaver, is there a way to get them to show up and not only local images?

TIA
Simon
recedo is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-27-2006, 06:46 PM Re: Images in Dreamweaver question
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
If you upload them to your host -- they should work
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 02-27-2006, 06:54 PM Re: Images in Dreamweaver question
Ultra Talker

Posts: 358
Location: Devon, UK
Trades: 4
All the images are uploaded on the site, just when I try to edit a page in dreamweaver they don't show up (not just for my site).

For instance, lets say I downloaded my index.php file, which accesses an image at http://www.website.com/images/image.gif - the image is there when you type the url into the browser. When I view this in DW the images don't show up (on the design view), they only show when previewed in a browser.

I'm starting to think this is by design, or there is a 'hidden' setting somewhere. I'm sure it worked on an old version of DW I used to use.

Simon
recedo is offline
Reply With Quote
View Public Profile
 
Old 02-27-2006, 07:09 PM Re: Images in Dreamweaver question
Junior Talker

Posts: 3
Trades: 0
The url should be http://site.com/images/image.gif rather than site.com/images/image.gif (you must include http:// with absolute values)

Alternatively you can set the value relatively as images/image.gif
__________________
Custom Ecommerce Website including Design
& Web Hosting. Only $36!

Please login or register to view this content. Registration is FREE
Avant Marketing is offline
Reply With Quote
View Public Profile
 
Old 02-27-2006, 10:22 PM Re: Images in Dreamweaver question
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
I have looked at the help files and have not been able to find a solution to this either, and I have been using DW since version 3. It's just one of those things.

Wait until you start doing more work with css. Almost all of your work is done in code view because most of the page is reliant on the browser, and DW's Design view just doesn't do it..
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 03-02-2006, 11:32 AM Re: Images in Dreamweaver question
kate.SM's Avatar
Average Talker

Posts: 22
Location: England
Trades: 0
I wonder are the images in the defined site folder?

Is the site testing server paths correct?

check file extension of images. They Should be gif or jpeg, png is ok too.

2. check size.

3. ensure there are no spaces in name of file (imags). ie my_pic.jpg not my pic.jpg

4. check the image is located in the right directory.

5. check that your html source code is valid.

Are caps in the ext?

Phew so much can go wrong in Dreamweaver..ahaaaaaaaa

kate.SM is offline
Reply With Quote
View Public Profile Visit kate.SM's homepage!
 
Old 03-02-2006, 01:05 PM Re: Images in Dreamweaver question
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
Hi kate,

I have never been able to get images to show up in Design View when I use an absolute address. I am extremely familiar with DW (currently I am still on MX version.)

I have never been able to get images to show when using absolute addresses. Eveything that you have mentioned I have tried over and over.

Are you saying that you do see images, other than the placeholder, when you use absolute addresses to them? I would like to know how you have accomplished this too.


Thanks, Chip
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 03-03-2006, 09:58 AM Re: Images in Dreamweaver question
Ultra Talker

Posts: 358
Location: Devon, UK
Trades: 4
Sorry I haven't been back for a while. I actually found the following quote in the help docs...

Quote:
Note: When inserting images (not links): if you use an absolute path to an image that resides on a remote server and is not available on the local hard drive, you will not be able to view the image in your document window. Instead, you must preview the document in a browser to see it.
So, I'm guessing it just can't be done!

Nevermind!

Simon
recedo is offline
Reply With Quote
View Public Profile
 
Old 08-11-2006, 06:54 PM Re: Images in Dreamweaver question
Junior Talker

Posts: 2
Name: Alex
Trades: 0
It can be done, I've done it but now I can't repeat it. I work on an html emailer, so the paths to images have to be absolute. I'm on dreamweaver mx 2004

1. Select the broken image and delete it.

2. Add it again, but use relative path, this way it shows up.

3. Save your document.

4. Double click on the image and you will get the select source, in the url, type in the absolute path. Hit ok.

5. The image still shows, and if you look at the code, it has the absolute path.

Now this worked for me for several months. Recently Dreamweaver crashed a couple of times and now I can't get it to work again.

I'm think it was either a glitch in the program that corrected itself, or something else happened.

As for the last quote from recedo, it clearly states if it's not on the local drive it won't show, but I'm guessing for everyone they have a copy of the image on their local drive.

I've been digging around and can't seem to find a solution. But maybe my technique will work for someone else as it stopped working for me.

I'm not quite ready to throw in the towel yet, so if anyone else has any ideas, please post them.

Thanks,

Alex

Last edited by g3macboy; 08-17-2006 at 04:27 PM..
g3macboy is offline
Reply With Quote
View Public Profile
 
Old 08-17-2006, 04:33 PM Re: Images in Dreamweaver question
Junior Talker

Posts: 2
Name: Alex
Trades: 0
Broke down and emailed Adobe after not finding anything. After the first canned response from them, I replied and told them the issue I had thought that I explained clearly in my first email, but persistance has prevailed!

The reason it worked before was because I had defined my http address in the http address box in the site definition--->General info pane.

You have to make sure that your local site structure mirrors your remote, which it should, and any image links that you have with absolute links will show, as long as you have them on your local drive.

Odd thing is that I didn't need to do this in Dreamweaver 8....but that's not really a problem since it works.
g3macboy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Images in Dreamweaver question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.31982 seconds with 12 queries