Hey there,

wallets

New Member
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
 

chrishirst

Well-Known Member
Staff member
Netscape??

Do you know what year this is??

There hasn't been a new Netscape browser since 2006!

However IF you are going to copy and paste threads, try and pick one that isn't going to get spotted as spamming very quickly.
 

TheWebTaylor

New Member
Lol, Netscape.

It will be because the image path does not exist.

For example, your image code will look something like this:

<img src="/path/to/image.jpg" width="200" height="200" alt="" />

Notice the src, this is the URl of the image. image.jpg should be within a directory called "to" within a directory called "path"

Take a look here for a better explaination: http://www.w3schools.com/html/html_images.asp
 
Top