Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
styling zemContactReborn
does anyone else have a hard time doing this? i’ve created forms on my own before, and they can be really hard to do once you get into the validation stuff. so i’m trying to stick with zemContact. but i find that aligning contact forms is really hard:
.zemContactForm label{
float:left;
display:block;
text-align:right;
width:130px;
}
.zemContactForm input{
width:130px;
margin-left:30px;
}
the normal behaviour of this plugin is the inputs will break down to a new line after the label is printed.
Offline
Re: styling zemContactReborn
Have you looked at this article by Kevin Potts ?
I usually wrap my label+input pairs in some other markup, like li
or div
elements, for easier styling.
I’m not sure what specifically you’re asking— I hope this helps!
Offline
Re: styling zemContactReborn
This form is pretty complicated steal my CSS if you like
Offline
Re: styling zemContactReborn
yes that’s exactly what i was looking for. both good posts, thank you!
i was looking into the idea of tables because that’s how an instructor did it in a course that i was at. this will be much nicer.
Offline
Pages: 1