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?
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?
You may want to refer to this other DaniWeb thread that deals with a similar question as yours. Links to an example for creating a 3 column layout.
http://www.daniweb.com/web-development/web-design-html-and-css/threads/461195/need-help-asap
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>
Are you looking to create 3 columns in each section?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.