Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cmanx

macrumors newbie
Original poster
May 23, 2007
5
0
Hey there,

I'm trying to add images to my website using dreamweaver CS3 which is apparently supposed to be easy :( The image shows up on dreamweaver, but in safari as a blue question mark and as a blank space in netscape.

I read over this post https://forums.macrumors.com/threads/259549/ and moved my image file so that the code looks like what was suggested here. But still no luck!

Here is the site:
http://www.mahabellydance.com/

here is the code for the image that is not showing up:
<img src="images/hadiaweb.jpg" alt="hadia" width="200" height="533" align="right" />

Any suggestions....I'm new at this
Thanks!
 

alfaphlex

macrumors newbie
Feb 18, 2008
28
0
Your html code is correct. The reason the image isn't showing on your site is because you haven't uploaded it:
http://www.mahabellydance.com/images/hadiaweb.jpg

It's not in your website's /images folder. The image you're seeing in Dreamweaver is the locally stored image(on your mac). You need to upload it through ftp onto your website's server.
 

cmanx

macrumors newbie
Original poster
May 23, 2007
5
0
Omg

Thaaaaank yoou!!!

I thought it should have done that when I save it to my remote server....Now I know what that blue arrow does :D
Have a great day!
 

macdonald-ad

macrumors newbie
Jan 23, 2010
3
0
I'm having the same problem but mine doesn't even show up when I do "File - preview in browser"

I have the image in the correct folder and am using the "drag and link" tool. sitll no luck.

I'm also new at this if anyone can help.
 

angelwatt

Moderator emeritus
Aug 16, 2005
7,852
9
USA
I'm having the same problem but mine doesn't even show up when I do "File - preview in browser"

I have the image in the correct folder and am using the "drag and link" tool. sitll no luck.

You're going to have to give some detail. Show us at least the source code or a link to a site.
 

macdonald-ad

macrumors newbie
Jan 23, 2010
3
0
Sorry about that
Here is the code showing in the window

<img src="/design/about_web/images/about1.gif" width="183" height="370" />

When I opened up DW again today and tried it again, I got a message when I went to preview in browser. It said I had to got to DW preferences, click on Preview in Browser and check the box for "preview using temporary file". I did and it appeared in File - Preview in browser but when I uploaded it, the file wasn't there.

http://www.cjmcreative.com/design/design/about_web/index.html
 

tinab8881

macrumors newbie
Mar 23, 2010
1
0
Help! Images not working!

Hi,

As a warning, I'm still pretty new at dreamweaver and teaching myself. I'm creating a website using dreamweaver cs4, but none of my images are appearing on the internet. When i open up the page in Firefox, the images appear after I log in (a message appears saying "authentification required") In internet explorer, though, nothing (just x's)

I've checked a million times that the Source is correct - I've sourced it to the images file on the my ftp server. What am I doing wrong?!

the website is http://www.associationguideforgoingglobal.com

Thank you!!!
 

Darth.Titan

macrumors 68030
Oct 31, 2007
2,905
753
Austin, TX
Your image paths are wrong your tags say src="/assnguideforgoingglobal_dw/images/bg-masthead.jpg" when it should just be src="/images/bg-masthead.jpg"

What's with the unnecessary login request? is there an .htaccess file in that directory or what?
 

Antzh

macrumors newbie
Jan 26, 2012
4
0
image not appearing in browser using dreamweaver

hello all ... im new to dreamweaver but can see that this is issue we (newbies) all seem to get stuck on. my site http://www.greyouroboros.co.uk is showing a torn page icon when accessed. im sure that the code is wrong and wondered if someone can advise where i have gone wrong. below is the html. thanks

<HTML>
<HEAD>
<TITLE>Grey Ouroboros</TITLE>

<style>
body{margin:0px}
.bg{
position: absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:0;
}
</style>

</HEAD>
<BODY>

<img class="bg" src="file:///Macintosh%20HD/Users/anthonyhutton/Desktop/ouroboros/gofront.jpg" border="0">
<div style="position:absolute;z-index:5"></div>

</BODY>
</HTML>
 

Makav3li02

macrumors newbie
Feb 21, 2012
1
0
Help with CS5?

Hello, I am using dreamweaver CS5, however my images have a blue question mark on them while i am on live view, but when not on live view i can see my image?


<img src="/site_pro/images/tailureimage2.jpg" alt="" width="918" height="248">
 

webexplorer

macrumors newbie
May 24, 2011
15
0
I uploaded an image that showed a filename on a website successfully. But, I do not see a picture on the website. I have a Dreamweaver CS5.

I realized that I need to add a few codes for the image to show on the website. What should I write?

<p><b>What files are you sending?</b>
<p>

<div id="picture-container" class="fieldf-100">
<label for="picture">
File:
</label>
<input name="picture" id="picture" type="file">
<img src="" alt="original image" width="355" height="480"></p>
</div>
 

Moshu

macrumors member
May 3, 2012
74
90
Hello,

I am struggling with the thumbnails in my website. Some of the projects show the thumbnail and some show a blue square with a question mark inside. I am using Dreamweaver CS4 to edit.

Here is an example of one that doesn't work properly:
http://yoshiharamckee.com/PROJECTS/cultural/sofia.html

Here is one that does:
http://yoshiharamckee.com/PROJECTS/commercial/lasvegas.html

Thanks

it's about the small dots in the middle of thumbnails.

For the page that works, they are located at:
http://yoshiharamckee.com/PROJECTS/commercial/lasvegas/1t.jpg
http://yoshiharamckee.com/PROJECTS/commercial/lasvegas/2t.jpg
etc.

The blue square with a question mark (on Mac) means the picture was not found, in this case the missing pictures should be located at:
http://yoshiharamckee.com/PROJECTS/cultural/sofia/1t.jpg
http://yoshiharamckee.com/PROJECTS/cultural/sofia/2t.jpg
etc.

As a side note and best practice, in this case you should use the same "dot" picture everywhere, don't use 1000 identical pictures with different names.

Good luck!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.