Hello

I been very grateful if someone could help me.
I try to make a 3 columns structure but can not get it.
It must be header, top navigation, left navigation, main content, banners, and footer.
Can anyone help please?

Recommended Answers

All 3 Replies

Does this help?

<table width="100%" border="0">
  <tr>
    <td>Header</td>
  </tr>
  <tr>
    <td>Top navigation</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0">
      <tr>
        <td width="18%">Left navigation</td>
        <td width="64%">Main content</td>
        <td width="18%">Banners</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>Footer</td>
  </tr>
</table>
commented: Do NOT use tables for layou -2
commented: tables are outadated,shoudl consider using divs +0

Are you looking to create 3 columns in each section?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.