My web page is not showing. i do not know what is wrong with the html code but nothing is being displayed... heres the link to the page: http://relifeinc.x10.mx/index.html
Please i need help with this as it is stressing me out. Thanks
My web page is not showing. i do not know what is wrong with the html code but nothing is being displayed... heres the link to the page: http://relifeinc.x10.mx/index.html
Please i need help with this as it is stressing me out. Thanks
The page isn't showing properly because the images don't seem to exist. Are your images uploaded to http://relifeinc.x10.mx/images? (public_html/images) That folder doesn't seem to exist at all.
Last edited by techairlines; 11-29-2010 at 07:03 PM.
Best regards,
Brian Yang - TechAirlines
How am I doing? Click thestar button at the bottom left to rate this post. Thanks.
Terms of Service | Account Portal | Wiki
Thank you so much fo rthe help. It worked. however, i have over 600 images. Is there a way to upload the folder, as opposed to uploading pics individually?
Also my page works on Chrome and Safari, but is skewed on firefox and IE. Is there a way to rectify that?
Thanks again for the help. Was very useful
I'm using Firefox and your homepage looks fine (very nice, even). To upload a whole folder, you can use an FTP client instead of the cPanel interface (FileZilla comes to mind, there are plenty of free ones if you look it up on Google).
Hi,
Thanks for your comments but, Ive tried using the FTP for several days now to upload my pictures, and Ive ended up losing everything. I do have the images, and have tried everything that could have read of, including File Upload, FTP and ZIP/Extracting. The images seem to be there, but are not being displayed. please what im i doing wrong. Thanks
As a last way you can upload images to another web page (image hosting sites) and link them to the main page. This will drastically increase loading speed, but when there is no other choice. . .
make sure of the images directory
You say "increase loading speed" like it's a bad thing. Did you mean "increase loading time?" In either case, it's not always true. When images are posted on the same site, the browser can fetch them in the same request using pipelining, thus not having to pay the cost of setting up a TCP connection (which is negligible). Other than that, it's solely a matter of how responsive each site is. If the image hosting site is more responsive, the load time will decrease. If the main site is more responsive than the image host, using an image host will increase load time.
The main disadvantage to using a separate image host is that you can't administer everything through a single interface.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.
Thank you guys. i think It worked now. i had put my images in a separate folder inside the images folder of public_html. All i had to do was just move them from the second folder into the images folder as separate files. Thanks for all the suggestions. They helped me learn a great deal while trying to figure this out.