Thanks for all your help thus far. Now I'm trying to create a form
using CSS and not tables.
Please click on the "Contact Us" link. I'd like to get all the form
elements (input, textarea) left aligned.
I tried the following code but to no avail:
#formComments input.inputText {
text-align: left;
}
Please help.
Thanks,
Don
Comment