> http://www.cvwdesign.com/contactformexample.html
ok, sorry my bad
now i see what you were trying to accomplish
a quick fix would be to use a larger top margin
> http://www.cvwdesign.com/contactformexample.html
ok, sorry my bad
now i see what you were trying to accomplish
a quick fix would be to use a larger top margin for the text area
> I thought that using absolute positioning was the only way to make sure all
> the text entry fields line up.
Nope.
> I am new to CSS and created this page using information I found here:
>
> http://www.html.net/tutorials/CSS/
Whoever wrote this doesn't seem to know any units except px. Couple that
with the overly simplified explanations of concepts like positioning and
you have a recipe for disaster - everything absolutely positioned at px
points on the page. :(
> and here:
> http://www.cvwdesign.com/contactformexample.html
This could have been done just as easily using floats, or even table
markup, since form fields are considered tabular data by a lot of
people, myself included.
> I'll do some research on what exactly keeping them in the "flow" means
If you just let things fall where they naturally end up, that is keeping
them in the flow, a.k.a static positioning.
BTW, please don't top post. You'll get better results from this
newsgroup if you follow the accepted conventions. Posting a URL showing
your test page was a good first step. :)
http://allmyfaqs.net/faq.pl?How_to_post

Signature
Berg