Does anyone know how to have all of the text areas line up together and do not start directly after the text? Does this make sense.
I really want to make the form look like this http://jeannerobertson.com/bookmeForm.htm
Thanks for your help!
Does anyone know how to have all of the text areas line up together and do not start directly after the text? Does this make sense.
I really want to make the form look like this http://jeannerobertson.com/bookmeForm.htm
Thanks for your help!
you can use html by ticking the tick box.
to make spaces use <p> </p> and for line breaks use
hope this helps
for spaces
< br / > for line breaks
Try enclosing everything in the form box inside a div. I did this for mine:
<div style="border: gray 1px dashed; padding: 4px; text-align: right; padding-right: 150px;">
Miscellaneous fields
</div>
Obviously the border and dashes aren't necessary, but they can help you while you are trying to line things up.
Thanks for the help guys. I will try this out.
wlefebvre
you are the man. Worked perfectly!
This topic has been closed to new replies.