I am working on a horizontal form that will go into the box right above the footer. I’m wondering if someone can help me make the labels and inputs display horizontally instead of stacked like normal. I’m clueless.
I am trying to target the labels for phone number and class interest so that I can make them longer, but I can’t figure out how to do it. They each have a class and an id, but I must not be writing the CSS correctly.
Also, the submit button is currently behind the footer background instead of directly to the right of the email field. Do you know how to bring that up?
Thanks for any help!
EDIT TO ADD: I figured out how to target those labels. Now all I need is for the submit button to be up on the same line…
Thanks so much, Ray. I don’t know what’s wrong with the submit button, though. When I was playing in Firebug and moving the button with margins (just to see what would happen), it was cut off like that. I don’t think it has anything to do with overflow:hidden. Hmmmmmm…