Site hosting..please help

India
September 26, 2010 1:49pm CST
hi..i have uploaded all images and html files in hotdocs directory in my control panel in a free hosting site byethost.com ..but when i open my site images don't load ..i mean how should i type the url of image in codes like suppose i uploaded an image called xyz.jpg in the same directory as page.html so how shud i type image url now like src="xyz.jpg" or src=".../.../..xyz.jpg" plese help when i upload images in external site like photobucket and when i type the relevant url in src the image loads perfectly but i dun wanna uploaded all images in photobucket i want to use images from the directory of my site ..please help
5 responses
• India
26 Sep 10
Use as below img src="images/img4.jpg" images -image directory img4 -image file name
• India
5 Oct 10
so you are saying that i shud make a separate directory for images named "images"..?????????????????????
• India
5 Oct 10
no,you already have one called hotdocs just put this link: img src="hotdocs/your_image_name.jpg"
• India
6 Oct 10
i did wat u said but din worked for me..!!!
• United States
3 Oct 10
what i do is when that happens i put the file in the same fold the file being the image and thei just do "file" or "/file" that has never failed me yet
• India
6 Oct 10
sorry...din worked for me!..any other suggestion..?????
• India
7 Oct 10
please post the link .pointing to the exact page which explains my problem..
• United States
6 Oct 10
well maybe you have the name wrong, if not try going to w3schools website they have the code examples for everything possible with web design
@slovenc1 (2089)
• Slovenia
25 Oct 10
You should type img src="xyz.jpg" if it is in same folder as index.html or img src:images/xyz.jpg if in folder images(appropriate). The dots mean image is one level highter than the .html file. Anyway make sure you're putting everything in the wright place on server public html. Hope it helps, I could help you over website that let's me control your pc if you trust me that much.Anyway good luck
@nscanada (180)
• Canada
27 Sep 10
I would follow the suggestion or Fruzocrew (my spelling might be off). If you are still having problems goto w3school website and see what they say about images in a tutorial.
@exx007 (167)
• Philippines
27 Sep 10
do not known