Skip to main content
Known Participant
February 7, 2008
Question

PHP form layout issue

  • February 7, 2008
  • 3 replies
  • 306 views
Hi all, I have a basic php form on a page, it works great, and my email recieves the content as required, BUT, when the form submits and the page shows the forms content, it throws out my layout ocmpletely. My white maincontent dissapears, and the footer div is all misaligned, my code is attached. Can anyone help please?

many thanks
This topic has been closed for replies.

3 replies

Inspiring
February 7, 2008
On Thu, 7 Feb 2008 16:34:22 +0000 (UTC), "simbull"
<webforumsuser@macromedia.com> wrote:

>Thanks for the response gary, I have tried that (and just did again), that
>means the user is not presented with the php output, which I do want them to be
>ideally. Anyhow, that aside, it still throws my layout out..?

Impossible to give you a better answer without knowing what you want to
accomplish, but it sounds like your layout might be too fragile.

Gary
Known Participant
February 7, 2008
Thanks for the response gary, I have tried that (and just did again), that means the user is not presented with the php output, which I do want them to be ideally.

Anyhow, that aside, it still throws my layout out..?
Inspiring
February 7, 2008
On Thu, 7 Feb 2008 15:28:09 +0000 (UTC), "simbull"
<webforumsuser@macromedia.com> wrote:

> echo nl2br($msg);

Delete the above line.

Gary