Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Layout skewed on my contact-process/contact-thanks pages.

I have followed the steps and written my code just as Randal has in his PHP instruction videos. But, for some reason on my contact-process and contact-thanks pages, my footer jumps up to right below the header and paragraph instead of staying put. Can anyone diagnose my problem without seeing the code, maybe by experience with this same problem?

Without code it will be very hard.

The problem looks like a broken css or maybe html...or maybe you are putting wrong html with the php code. Hard to tell without the code. :)

Caroline Hagan
Caroline Hagan
12,612 Points

+1 need to see your code... it's like trying to diagnose a fault on a car, without bringing it to the garage ;-)

I just hoped someone could tell me why it was happening because they had experienced it before. I'll post the code momentarily.

1 Answer

We would like to help you, however it appears no code has been posted. Most cases I have had in the past with the issue you describe is an unclosed / misclosed tag or function.