View previous topic :: View next topic |
Author |
Message |
cymru78 -
Joined: 30 May 2004 Posts: 6 Location: UK
|
Posted: Sun May 30, 2004 12:59 pm Post subject: pictures? |
|
|
Hi,
I am totally new to this webserver business and the only reason i am trying it is because i do not yet want to pay for webhosting and i dont want an advertising banner from the 'free' webhosts.
anyway, i am slowly getting to grips with this - but why are my pictures not showing?
All help appreciated, thanks _________________ www.gadgetandgizmostore.co.uk
The best place to buy gadgets in the UK (coming soon) |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun May 30, 2004 3:10 pm Post subject: Re: pictures? |
|
|
cymru78,
This is usually because your HTML code that refers to these images uses wrong URLs. Please post here the code of a small HTML page that fails to show images and we'll tell you what's wrong. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
cymru78 -
Joined: 30 May 2004 Posts: 6 Location: UK
|
Posted: Sun May 30, 2004 5:14 pm Post subject: |
|
|
Is this the one you want? this page should show one picture (mini blimp).
I have basic knowledge of html but none of running my own server - as i said, id like to do it this way to save money and have no ads.
On my 'preview' (afraid im stuck with frontpage at moment) it all looks fine, but when i upload the picture on my server its just not showing. (picture NOT uploaded at present time)
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>NEW SITE COMING SOON WWW</title>
</head>
<body>
<p align="center">
<font size="4" color="#FF0000"><b>NEW SITE COMING SOON<br>
WWW.GADGETANDGIZMOSTORE.CO.UK</b></font></p>
<p align="center">
<font size="4" color="#FF0000"><b>EMAIL US:
<a href="mailto:sales@gadgetandgizmostore.co.uk">SALES@GADGETANDGIZMOSTORE.CO.UK</a></b></font></p>
<p align="center">
</p>
<p align="center">
<img border="0" src="Mini%20Blimp%20£25.99.jpg" width="300" height="300" alt="Mini Blimp - £26.99 - Boys Toys Section" align="center"><img border="0" src="images/Homepage%20pics/MiniFridge-homepage.jpg" width="200" height="200" alt="Mini Fridge £99.99 - Drinking Section" align="center"><img border="0" src="images/Homepage%20pics/breathalyser-homepage.jpg" alt="Breathalyser £33.99 - Gadgets Section" align="center" width="200" height="150"></p>
<p align="center">
</p>
<p align="center">
<img border="0" src="images/Homepage%20pics/RouletteWheel-homepage.jpg" width="200" height="184" alt="Roulette Wheel £94.99 - Gambling Section" align="center"><img border="0" src="images/Homepage%20pics/GiantLighter-homepage.jpg" width="200" height="243" align="center" alt="Giant Lighter £18.99 - LifeStyle Section"><img border="0" src="images/Homepage%20pics/TruthMachine-homepage.jpg" width="200" height="276" align="center" alt="Truth Machine £14.99 - SpyGear Section"></p>
</body>
</html> _________________ www.gadgetandgizmostore.co.uk
The best place to buy gadgets in the UK (coming soon) |
|
Back to top |
|
 |
anastaciocorporation -
Joined: 29 Apr 2004 Posts: 43 Location: Albuquerque, New Mexico USA
|
Posted: Sun May 30, 2004 7:30 pm Post subject: |
|
|
www.GADGETANDGIZMOSTORE.CO.UK is under 127.0.0.1. There is something wrong there.
As for the other code, it looks as if its okay, except, instead of just having
"images/Homepage%20pics/RouletteWheel-homepage.jpg" insert your server ipadress at the begginning. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Tue Jun 01, 2004 4:01 am Post subject: |
|
|
No, you do not need your IP address in the beginning.
src="Mini%20Blimp%20£25.99.jpg" means that the image is in the same directory as the HTML file. The other one refers to a directory lower than the one with the HTML file.
Also, the %20 isn't necessary. _________________ Bienvenidos! |
|
Back to top |
 |
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jun 02, 2004 11:17 am Post subject: |
|
|
cymru78,
Your HTML is OK. But have you copied the images/ directory inside the htdocs/ directory. It seems that you've only copied the HTML file in htdocs/ without the images. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|