This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
help aligning in a form

http://www.mortgage34.com/apply.html
On this page there is a spot about 1/2 way down I can't figure out how to get the area that says "co-borrower info" To span all the way accross the form and be centered, like the above borrower info.. driving me nuts.. any help would be appreciated. Thanks!

Re: help aligning in a form

It's happening because you created the upper area slightly different than the other area. The upper

is created outside the table cell definitions but the lower one is inside the table cell definitions. The code snippet for the second one looks like the following:


Co-borrower Info


Because it's inside the cell definition, you need to tell it how many cells to span. The added code is highlighted.

colspan=2>
Co-borrower Info

Re: help aligning in a form

sweet thank you! I appreciate it!