Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: simple fixed table layout template :  (Read 171 times)
« on: May 06, 2008, 12:19:49 PM »
metrazaman Offline
Newbie

View Profile
*
Posts: 4




div align="center">

  <table width="760" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="760" height="100" valign="top">Logo</td>
    </tr>
    <tr>
      <td width="760" height="400" valign="top">

<!-- The nested table begins here. -->

       <table width="760" border="0" cellpadding="0" cellspacing="0">
         <tr>
           <td width="200" height="400" valign="top">Nav</td>
           <td width="560" height="400" valign="top">Content</td>
         </tr>
       </table>

<!-- The nested table ends here. -->

      </td>
    </tr>
  </table>

</div>
Report to moderator   Logged

 
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC