Computing.Net > Forums > Web Development > jpgs not appearing

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

jpgs not appearing

Reply to Message Icon

Name: leece123
Date: October 16, 2007 at 23:36:30 Pacific
OS: windows
CPU/Ram: intel
Product: dell
Comment:

Hi there,

I have created a website in Dreamweaver and uploaded it to my site using SmartFTP. The images are not appearing. The coding behind them is

The images are stored under at the host site under arboreal.co.nz/httpdocs/cabbage tree canopy below.jpg

Any help would be greatly appreciated !



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: October 17, 2007 at 02:03:47 Pacific
Reply:

What does your img tag look like?


0

Response Number 2
Name: jpw
Date: October 17, 2007 at 04:37:53 Pacific
Reply:

Your img files are actually located in the root directory of "arboreal.co.nz".
See "arboreal.co.nz/cabbage tree canopy below.jpg".

Change your source code to reflect that and they will show up.

If you do not resize your original images, it will take forever for them to load.

jpw


0

Response Number 3
Name: leece123
Date: October 17, 2007 at 11:28:02 Pacific
Reply:

Hi there,

Thanks for that, although unfortunately it didn't work. The coding for the image is

img src="img/http://arboreal.co.nz/Cabbage tree canopy below.JPG" alt="Cabbage Tree" width="192" height="285" class="imgright" /

and when you view the image in the browser it is framed with a small x and shows the image tag.

Thanks for the resizing advice.


0

Response Number 4
Name: jpw
Date: October 17, 2007 at 13:43:12 Pacific
Reply:

If you will change this part of code

img src="img/http://arboreal.co.nz/Cabbage tree canopy below.JPG" alt="Cabbage Tree" width="192" height="285" class="imgright" /

to

img src="Cabbage tree canopy below.JPG" alt="Cabbage Tree" width="192" height="285" class="imgright" /

It should work.

If it does not, change to

img src="http://arboreal.co.nz/Cabbage tree canopy below.JPG" alt="Cabbage Tree" width="192" height="285" class="imgright" /


I can see the image at

http://arboreal.co.nz/Cabbage%20tre...
jpw


0

Response Number 5
Name: leece123
Date: October 18, 2007 at 00:35:17 Pacific
Reply:

That's fantastic thank you so much ! (I used the first one)


0

Related Posts

See More



Response Number 6
Name: jpw
Date: October 18, 2007 at 02:19:55 Pacific
Reply:

You are welcome.

Been there, done that.

jpw


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: jpgs not appearing

Flash Player Not Appearing www.computing.net/answers/webdevel/flash-player-not-appearing/3824.html

scroll box not appearing on browser www.computing.net/answers/webdevel/scroll-box-not-appearing-on-browser/3038.html

how to verify if a jpg truly exists www.computing.net/answers/webdevel/how-to-verify-if-a-jpg-truly-exists/2449.html