Quote Originally Posted by nikki72 View Post
I got the issue fixed with my product info page wooooes me! My bad on that one, it was a alternate product_info template I installed. :) I knew it was something I did so I started from scratch.

jetrue, you have been a tremendous help. You made a really great template here. Can I post a link from my site to yours giving you credit for the original template design?

Also, I know you are very busy... I am sure ppl ask you a million questions. I am still trying to track down the center column thing, it's above my pay grade I just haven't been able to fix it myself. I also posted a question on how to fix it in the FAQ and Best sellers pages. So maybe I will not have to bother you any more
If you can post a link to the page, I can tell you if that is the issue or not. Or, view the source of the page with the issue, and see if you see class="centerColumn" anywhere in the source.

Also, if you open up almost any default zen cart file in includes/templates/template_default/templates/, you'll see that there is a

<div class="centerColumn" id="typeofpagehereDefault">

at the beginning of the file, which is closed with a </div> at the end of the file.

You can open up the file pertaining the the FAQ and Best Sellers that reside in includes/templates/YOUR_TEMPLATE/templates/ and add it in if it is missing.

You can check