I'm redesigning my home page (personal site), and when making a page in a subfolder I can't get all of it to show. Not sure where I went wrong, can anyone take a look? should look like: http://www.joehayes.org but it looks like: http://www.joehayes.org/contact-us/
I am not sure, however the background image is not showing.. In the body tag of the default page in the directory /contact-us/ you have the same path as in the homepage, that is: <body bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0" background="img/background.jpg"> while it should be with ../ for the relative path to the upper root. <body bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0" background="../img/background.jpg">
Thanks guys, I thought I had all the file and img references set to root, but I guess I missed one. I checked through twice and still missed, thought it was something else.