I fixed my previous problem but now need some last minute help as wll as a review. This site is centered in firefox, but not in IE. http://dunpaintedfarm.com/test/index.html. If anyone can help me out, I would REALLY appreciate it.
I'm taking a look at the code to see if I can figure out the centering problem. Other than that, it looks pretty good. My one suggestion would be to figure something out for the bottom of the content within the page. The left and right sides of the content have fancy borders and such, but the bottom doesn't and it looks a bit unfinished.
I would affix a Valid HTML 4.01 DocType ..... <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> ..... at the beginning of the page then Validate the Markup -- to avoid triggering Quirks mode rendering in Graphical Browsers. James
Now what you need to do is run your page through the W3C HTML Validator and fix the thirteen Markup errors -- click on the link that accompanies each error for an explanation and suggested fix. James