page-layout

Div based Page layout - percentage vs fixed pixels

I am new to Div based Page Layouts. My questions is should we design div based page layouts using percentage or fixed pixel? If percentage, what about cross browser compatibility? If fixed pixels, what about different screen resolution? What screen resolution should we opt for? Also, what should be the bases for our decision? ...

how to combine html forms

How would i combined 2 html forms I am trying to combined to forms that are in different position. so i can post all the data at once. Here is a eg <form action="actions.php"> <input type="text"> <input type="text"> <input type="submit" name="button" id="button" value="submit" /> </form> <form> <input type="text"> <input type="te...