go to website- you will see a blue background on every page not the background image that is supposed to be there. the pages had a collage image that used to load as the background.
Your PHP files include head and navbar and who knows what else
and the final product is that you have a broken HTML document.
So you need to check several PHP files that are included in the generation of the HTML page.
Look at the source code of your site through a browser
copy that source and paste it here The W3C Markup Validation Service
and correct all mistakes.
Right now, the validator didn’t even want to continue the verification because it encountered many errors
I appreciate everyones replies, and help. I’ll put the code through the validation service.
im trying to learn php and newer code styles on my own. what i dont understand is, for the first few months the page was up, it responded exactly as expected, then overnight, the background image just stopped appearing. -( note - altered the back ground image code on the index page last night, and now the back ground images are loading as expected again on all pages.)