Yeah, in the previous pastebin I posted my Page template and my Clubhouse Page template.
Would it be easier if I just pasted my Clubhouse template?
New pastebin
it would be easier if you corrected the errors shown on the validator page.
Thanks.
The validator is nit picking my line breaks and such. I’m merely looking for why my page is aligning left and not center. I will look elsewhere.
The nice thing about the validator is that it could point to where you could find errors.
one easy to spot is that there is a syntax error in a php comment.
Thanks macbrink.
The validator is a great tool, however at this point most of it is over my head.
Do I need to put a DOCType on every file in my admin panel? That seems to be what the validator is saying.
Anyway my main concern is why the page template does not break form (it aligns center) but the clubhouse page (which is identical save for adding a comments template) breaks the center align. I would not doubt that it is an issue with the “<?php comments_template” however I cannot find what is wrong with the code.
Thanks again.
From the top of your Page template:
<php
/*
Template Name: Page: Clubhouse
*/
?>
The first line is wrong! Missing “?”
<?php
OMG! I’m an idiot. That did it. Thanks for your help.
You still have a bunch of validation errors… so you may expect bad display, especially due to unclosed div tags. But at least now you can see where your errors are 🙂
(show soruce > revalidate > click on numbers)