Thread: Tables...
View Single Post
05-26-2005, 12:40 AM
#3
schroder is offline schroder
schroder's Avatar
Status: Member
Join date: Nov 2004
Location:
Expertise:
Software:
 
Posts: 159
iTrader: 0 / 0%
 

schroder is on a distinguished road

  Old

Example:
Just to give a visual I think this is what Jonny was talking about:

If you need to use tables:
Code:
<table>
  <tr>
    <td>{logo}</td>
  </tr>
  <tr>
    <td>
      <!-- Nav bar -->
        <table> etc... </table>, <div> etc.. </div> or other tag you prefer.
    </td>
  </tr>
</table>
The news area would have a table or whatever within the table as well. To be honest I don't like that kind of layout. The page will load slower if you have a bunch of tables within tables and it just makes a mess of code, which isn't neccesary.

I'm not sure what he meant by sth though.