take a look at http://www.aligndesignonline.com/quote.html
I am having a problem with my forms not working correctly... not sending me emails, etc. I am not sure if it's css related, or if my form div's are correctly layed out.
help is much appreciated.
Thanks,
S
CSS will have absolutely zero
CSS will have absolutely zero to do with your emails not sending.
No it's not a CSS issue, it
No it's not a CSS issue, it appears to be a markup mistake.
You have split your form into two containers.
#form-section1 contains the top half of the form including the opening form tag.
#form-wrapper contains the bottom half of the form including the closing tag.
You need to move the form starting tag up a level and the closing tag down so the form fully contains both #form-section1 and #form-wrapper.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.aligndesignonline.com%2Fquote.html