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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

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

Post 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
Last edited by duplay on Sat Jun 14, 2008 3:29 pm, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm
Location: Helsinki, Finland

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

Post by KO »

Try .formbuilderform label {width:120px;display:block;float:left;}

for aligning things. Might mess up in IE6.
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

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

Post by duplay »

Where would I put the above code? Thanks~!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post by Dr.CSS »

Works nice, in Ff, put it in a CSS/stylesheet...
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm
Location: Canton, Ohio

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

Post by duplay »

Thanks works great!
Post Reply

Return to “Layout and Design (CSS & HTML)”