iluvpinkerton
Member
Posted 2 years ago #
I'm working in FF right now...haven't even gotten to IE yet.
First, I was having trouble making the sidebar background color reach all the way to the footer. I tried the faux column technique by applying the background image to the wrapper id but that didn't work.
Now I'm having issues pushing the footer to the bottom of the blog.
http://www.peainthepodcast.com/wordpress/blog
Here is my CSS:
http://pastebin.com/m383c438
Here is my index.php (where the blog is showing up):
http://pastebin.com/d26779bb7
Any ideas? Please help!
iluvpinkerton
Member
Posted 2 years ago #
You need to start by sorting out the validation errors in your theme - especially the markup that appears before the DOCTYPE and the double opening <head> tags.
iluvpinkerton
Member
Posted 2 years ago #
I followed instructions to add the DOCTYPE to the header but I still get the error. Not sure what I'm doing wrong.
This is what my header.php file looks like: http://pastebin.com/d293f24b4
iluvpinkerton
Member
Posted 2 years ago #
ok so after fixing some of the errors and looking through code I figure out what my problem was...but not I have new problems. I will resolve this one and post a new topic.