Can forms in html page be placed side by side?

Can forms in html page be placed side by side?

Here is the code for my html page:

htmlpage THIS_WEEK_Timesheets_and_SMSs()
displayname = "THIS WEEK Timesheets and SMSs"
content
<%{%>    <table width="1200" border="0" align="center" cellpadding="1" cellspacing="1">
    <tbody>
        <tr>
            <td>  
        <div elname="zc-component" viewlinkname="THIS_WEEKs_Time_Sheets" parameters here </div>
               <div elname="zc-component" viewlinkname="TimeSheetTexts_Report" parameters here </div>
    <div elName='zc-component' formLinkName='Paid_Holiday_Amounts' parameters here </div>
  <div elName='zc-component' formLinkName='Payroll_Estimate' parameters here </div>    
            </td>
        </tr>
    </tbody>
</table><%}%>

Which looks like this:


 
How should I change the script in order to have the last two divisions places side by side like this:



Any suggestions will be greatly appreciated.