ThinkGeekness
Technical User
I want to have three a site with three columns (menu on left, content in the middle, and ads on the right). What would you say is the best way to do this?
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<table width="100%" height="100%">
<tr>
<td width="150" id="menucolumn"> </td>
<td id="contentcolumn"> </td>
<td width="100" id="adcolumn> </td>
</tr>
</table>