Page 1 of 1

[SOLVED] How to align vertically a form built with formbuilder?

Posted: Thu Jun 12, 2008 1:23 am
by duplay
Greetings-

I have a form I built for a "weekly time sheet" and want to know how can align vertically all of the text field boxes? I dotn like how they follow right after the text. I would want them to visually vertically be lined up. see page:

http://www.masonryservicescorp.com/inde ... time-sheet


Also, any way I could add a Total box that would add the hours worked mon through friday? if so, how?


Thanks MJD

Re: How to align vertically a form built with formbuilder?

Posted: Thu Jun 12, 2008 5:03 pm
by KO
Try .formbuilderform label {width:120px;display:block;float:left;}

for aligning things. Might mess up in IE6.

Re: How to align vertically a form built with formbuilder?

Posted: Thu Jun 12, 2008 5:08 pm
by duplay
Where would I put the above code? Thanks~!

Re: How to align vertically a form built with formbuilder?

Posted: Thu Jun 12, 2008 8:03 pm
by Dr.CSS
Works nice, in Ff, put it in a CSS/stylesheet...

Re: How to align vertically a form built with formbuilder?

Posted: Sat Jun 14, 2008 3:29 pm
by duplay
Thanks works great!