Ok, I am using php includes to include my header and footer to each of my pages. I have included my externall style sheet in the header.php. My CSS works on my individual pages, but not on my main page. I know this is muddled so I will give an example.
Here is an individual page: http://kellyelizabeth.net/pets.php
Here is my main page http://kellyelizabeth.net/test.php
I know the layout is rough. I am rebuilding everything with div layers, css and includes, so bear with me.
I am sure I am over looking something.
The part that isn't changing is my page header sections on my /test.php like on the right column. I have added a class command to all of them, but they aren't affected. On my individual pages, they are affected by my css code.
PLEASE HELP!
|