Using Ajax, how do I stop returned data from effecting other elements on the page?

¢??? ?l????

New member
I have a simple email subscription form that uses Ajax to return a thank you message when someone enters their details. The thank you appears above the form but at the moment it effects the forms position and moves it downwards to make way for the thank you message.

How can I stop this from happening (form moving downwards) keeping the form in a fixed position and the Thank you message still appearing above it?
 
Back
Top