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
[SOLVED] How to align vertically a form built with formbuilder?
[SOLVED] How to align vertically a form built with formbuilder?
Last edited by duplay on Sat Jun 14, 2008 3:29 pm, edited 1 time in total.
Re: How to align vertically a form built with formbuilder?
Try .formbuilderform label {width:120px;display:block;float:left;}
for aligning things. Might mess up in IE6.
for aligning things. Might mess up in IE6.
Re: How to align vertically a form built with formbuilder?
Where would I put the above code? Thanks~!
Re: How to align vertically a form built with formbuilder?
Works nice, in Ff, put it in a CSS/stylesheet...
Re: How to align vertically a form built with formbuilder?
Thanks works great!