GetDotted Domains

Viewing Thread:
"Images not showing, can anyone help?"

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Mon 08/01/07 at 22:08
Regular
Posts: 3
I am frustreated as I cannot get images to show on my web site. Images have been uploaded to a subdirectory "images" within the htdocs folder and the HTML link is src="/htdocs/images/image003.gif".
I have also tried "/images/image003.gif" with no success.

Any help would be appreciated.

Thanks,,, BigDoc
Wed 10/01/07 at 16:36
Regular
"There's no place li"
Posts: 4
BigDoc wrote:
> Thank you, seems I needed to have the HTML
> src="http://www.mywebsite.co.uk/images/image003.gif"
> etc..
>
> Cheers all!

Depending on where you are calling the image from, it can sometime help (using relative url) to put a ../ before the link eg src=../images/image003.gif

This makes the link relative to the current folder thus:

../ = go to the next higher directory
image/ = choose that sub-directory
image001.gif = the filename required

In this example, if we assume the directory structure is:

\htdocs
\htdocs\images
\htdocs\pages

and you were in the pages subdirectory, using the src=../images/image003.gif would take you from /pages to /htdocs then into /htdocs/images then give you the filename.
Of course, if you were in a subdirectory of /pages, for example /pages/buttons, you can use multiple ../ to achieve the same effect: e.g. to go up 2 levels before getting into the folder structure, simply use src=../../images/image003.gif

I mention all of this for 2 reasons... its much better to use relative urls than full urls, especially for offline testing of the website, and secondly, its much less typing when creating new pages!!!

Hope this helps,

Dave
Tue 09/01/07 at 22:38
Regular
Posts: 3
Thank you, seems I needed to have the HTML src="http://www.mywebsite.co.uk/images/image003.gif" etc..

Cheers all!
Tue 09/01/07 at 13:00
Moderator
"Are you sure?"
Posts: 5,000
The htdocs reference will fail. But using absolute (i.e. the full path) or relative address (images/pic.jpg) will work.

If you're still not having any joy can you post the URL and the image file name?
Tue 09/01/07 at 12:55
Regular
Posts: 3
Tried that but still no joy and cases are OK too! Thanks for your suggestion tho.
Mon 08/01/07 at 22:26
Regular
"Tornado Of Souls"
Posts: 5,680
Try a full address:


And check your cases.
Mon 08/01/07 at 22:08
Regular
Posts: 3
I am frustreated as I cannot get images to show on my web site. Images have been uploaded to a subdirectory "images" within the htdocs folder and the HTML link is src="/htdocs/images/image003.gif".
I have also tried "/images/image003.gif" with no success.

Any help would be appreciated.

Thanks,,, BigDoc

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Easy and free service!
I think it's fab that you provide an easy-to-follow service, and even better that it's free...!
Cerrie
Wonderful...
... and so easy-to-use even for a technophobe like me. I had my website up in a couple of hours. Thank you.
Vivien

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.