Hi guys, I'm quite new to web hosting and tried a dummy host today. I used Webhost to get a free domain and used FileZilla (for the first time) to transfer my files to the server. However, although the site in question worked just fine offline, nothing shows up when the site is published online except three links! Check it out here. What may be the problem? Using Firebug, I can see all the HTML/CSS is okay...and I've uploaded to the public.html folder in FileZilla...could anyone help me out please?
It looks like your content is showing, it's just that it is in white so you can't see it (try highlighting the page). Simply adding some color attributes to the body and links in your styles.css should do the trick. There also seems to be a lot of errors when loading your site. This is out of my area of expertise, but it might have something to do with the script in the footer after: <!-- www.000webhost.com Analytics Code -->
Well, the HTML seems okay, but I attached background images to all the divs and kept the slices in the images folder...I suspect they're not linking properly, but the text CSS (which I specified to be white) is working correctly...still not getting what the root problem is...
Oh ok, now I see what you mean, the errors are that it can't find the images. Well the images you are calling have the following pathnames: http://oversoor.herobo.com/Images/work-1.png http://oversoor.herobo.com/Images/work-2.png http://oversoor.herobo.com/Images/work-3.png Did you upload those images to that specific folder (Images) with FileZilla? Maybe a screenshot of what it's supposed to look like would help.
It seems that your page is actually found here: http://oversoor.herobo.com/images/images/ Simply copy all the content of image (the second image folder) and paste it into public_html. You will probably need to rename the images (the first image folder) to something else first.
Well, it seems I (somehow) copied the images to images/images instead of just images/..., so there was a linking problem. Fixed this stuff but still 3 thumbnails aren't displaying, even though they're included in the images/... folder. This is what the website is supposed to look like Can't figure out why the three thumbnails from Featured Works aren't showing up...
You're calling the wrong link. It is images/work-1.png with a lowercase 'i', not Images/work-1.png with uppercase.
Oh wow it's working! Thanks guys, adding reps. So just to clarify, guess XHTML 1.0 is strictly case-sensitive?