I am using a contact form so users can send inquries, testimonials, etc... my site is done with PHP includes.
For some reason I can't get this to look right, can somebody write out something for me to have the text boxes align right? I'd be forever greatful, I've been trying to fix this for days.
float the label left,
float the input right.
clear:right on the input.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Right now, you are just putting "list-style:none" on any labels inside .mainForm. You need to put the style on the "<li>", not the label. In fact, you should be able to remove "list-style:none" from ".mainForm label"
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
It depends on how specific you get. If you put the "list-style:none" on just the .mainForm class, then only list items with a class of mainForm will not have a bullet.