jpeg wont show in browser - whats wrong with it?

W

Wayne...

I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it will
show up in both frontpage and dreamweaver it wont show on either the browser
from either my internal server or that of my hosting company....can anyone
tell me what is wrong with it? (I've tried converting it to gif and png as
well!)
the code I am using to call it is simple enough:

<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance

Wayne...
 
S

SpaceGirl

Wayne... said:
I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it will
show up in both frontpage and dreamweaver it wont show on either the browser
from either my internal server or that of my hosting company....can anyone
tell me what is wrong with it? (I've tried converting it to gif and png as
well!)
the code I am using to call it is simple enough:

<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance

Wayne...


example URL? the image itself is fine.
 
W

Wayne...

http://www.secretwebdesign.com/newsite/about.php
there ya go... is crazy! got me going mad LOL

Wayne...

SpaceGirl said:
Wayne... said:
I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it will
show up in both frontpage and dreamweaver it wont show on either the browser
from either my internal server or that of my hosting company....can anyone
tell me what is wrong with it? (I've tried converting it to gif and png as
well!)
the code I am using to call it is simple enough:

<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance

Wayne...


example URL? the image itself is fine.
 
S

Steve R.

Wayne... wrote in message ...
the code I am using to call it is simple enough
<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">

The code you are using is wrong. It should be ..
<img src="MyArtwork/glass2-small.jpg " alt="Artwork" width="306"
height="185">

get rid of the ../ after <img src="
 
W

Wayne...

thanks a milion you caught me just in time b4 I went out for a night
out...now I can have a truley great night :)

Wayne...
 
R

Richard

Wayne... said:
I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it
will show up in both frontpage and dreamweaver it wont show on either the
browser from either my internal server or that of my hosting
company....can anyone tell me what is wrong with it? (I've tried
converting it to gif and png as well!)
the code I am using to call it is simple enough:
<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance


Try removing the leading .. from the src.
If the image is in the same directory as the html file, use <img src
="name.jpg">
As the single image link works just fine, I would say you don't need the two
... before the first /.

When you see <img src="../images/name.jpg">
The two.. means >> move up one directory listing and fetch from this
directory.

For example:

You are in C:\adam\baker\charlie\files.
The image you want to get is in c:\adam\baker\images.
As a shortcut you simply say "..\images\name.jpg"
"...\images.name.jpg" would put you in C:\adam\baker.
 
J

Jeffrey Silverman

I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it will
show up in both frontpage and dreamweaver it wont show on either the browser
from either my internal server or that of my hosting company....can anyone
tell me what is wrong with it? (I've tried converting it to gif and png as
well!)
the code I am using to call it is simple enough:

<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance

Wayne...

Not Found
The requested URL /MyArtwork/glass2-small.jpg was not found on this server.

Apache/1.3.27 Server at www.secretwebdesign.com Port 80

You have something wrong in your HTML!
 
G

greywolf357

P

P.J.M. Smit

checking the html, it looks completely messed up
Peter
Jeffrey Silverman said:
I'm having a problem that i cant understand... I have made a jpg in
fireworks [edited an exsisting bit of artwork etc...] and although it will
show up in both frontpage and dreamweaver it wont show on either the browser
from either my internal server or that of my hosting company....can anyone
tell me what is wrong with it? (I've tried converting it to gif and png as
well!)
the code I am using to call it is simple enough:

<img src="../MyArtwork/glass2-small.jpg
" alt="Artwork" width="306" height="185">
the link to the photo itself is:
www.secretwebdesign.com/newsite/MyArtwork/glass2-small.jpg
thanks in advance

Wayne...

Not Found
The requested URL /MyArtwork/glass2-small.jpg was not found on this server.

Apache/1.3.27 Server at www.secretwebdesign.com Port 80

You have something wrong in your HTML!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top