I'm using dreamweaver to put some images on a page. I can see them in dreamweaver but in the browser preview I can only see the ALT text. Any ideas why, it's never done this before?
Member
From: San Antonio, TX
Registered: 2006-08-07
Posts: 504
I've been thanked 27 times.
Offline
This is a good time to view the source code. Look at the <img> tags and see if they're still attached to the file system ( src="file://..." ) or if they're linked to a different folder than where the images are stored (usually set as relative to the folder your html is in). You may need to move the images to a proper folder, or change the src to point to them.
I looked at the code and they seem to be in the same folder. I saved the new images into the same folder as the old ones which work.
This is the one that doesn't work
<img src="/httpdocs/volunteer_project/images/orphanage 2.jpg" alt="orphanage volunteer" width="190" height="131">
This one does
<IMG height=152 alt="volunteer gap year"
src="images/volunteer-thailand-orphanage-care-work001.jpg"
width=141>
Administrator
From: Colorado, USA
Registered: 2006-02-15
Posts: 2228
I've been thanked 95 times.
Offline
I have bolded what may be the problem with this image not showing up.
<img src="/httpdocs/volunteer_project/images/orphanage 2.jpg" alt="orphanage volunteer" width="190" height="131">
Attention designers and webmasters - "The Beauty of CSS"
Valid Web Designs tutorials on HTML, XHTML and CSS
Home Security Systems
Hi Colo Eagle,
I spotted it just after I posted the code. Thanks, it was that.
Martin
| Never |


