Alignment in Contact Form - Post ID...

User 2719841 Photo


Guest
62 posts

http://myweb.chatham.edu/students/Saman … ntact.html

Two questions re: this form
1) How can I fix my code/CSS so the checkbox by the option "other" appears next to it and "How did you..." appears below the checkboxes? Also, how can I move the text area so it's under "Please explain"?
2) I have non breaking spaces between the submit and reset buttons but it's showing up so they're right on top of each other.

Thank you in advance!
User 187934 Photo


Senior Advisor
20,190 posts

Might want to fix these first.
http://validator.w3.org/check?uri=http% … mp;group=0
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2719841 Photo


Guest
62 posts

I'll work on fixing those, thanks. Once that's fixed, could you advise re: the other issue?
User 2719841 Photo


Guest
62 posts

I think I've fixed the majority of the errors now! But I'm still not sure about the alignment issues I posted.
User 187934 Photo


Senior Advisor
20,190 posts

On line 177 of ourStyle.css remove the float:left

input {
display: inline-block;
float: left;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2719841 Photo


Guest
62 posts

I noticed that when I did that, it fixed the alignment but then there's more space between the different fields (first name, middle name, etc.) Is there a way to decrease the amount of space between the text boxes?

Thanks so much!
User 187934 Photo


Senior Advisor
20,190 posts

.row {
height: 15px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2719841 Photo


Guest
62 posts

That worked. Thank you so much for all your help!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.