http://000webchat.wiredtron.com
the 000webhost support live chat, talk with members, users, and other people related. come here for support about anything, that another member could help with.
Use relative addressing. You "could" use absolute addresses (putting the whole http:// deal), but it's a waste of time and will become frustrating if you move files around or switch to another server.
Basically, when using relative addressing, you're telling the server "go to this location from where you currently are". If the file you're linking is in the same directory as the current file, you can link to it simply by using the file name as the location. If the file resides in a folder called test and the test folder is in the folder you're linking from, you can use 'test/<your_file>' as the address. Moving up a directory tree can be done with "../" (e.g. "../index.html" will take you to the indexing file of the parent directory).
====
I went to your website, and the problem is you're including "public_html" in the address. Although public_html is a folder on your site, it IS the actual site. For future reference, cut the link to just "index2.html".
====
I should also add that everything that you want to have displayed on your website has to be in the public_html folder. I take it that's probably why your images aren't showing up either.
Last edited by Devastator : 08-27-2008 at 11:56 PM.