> Don't use a DIV when a table will do the job. Tables will > resize and nest a lot nicer than DIV's and are always cross > browser. The only reason to use a DIV instead is if you want > it to be resizable, drag and drop, scrollable etc.
That doesn't sit well with me actually... Just because "tables CAN do the job" doesn't mean they should. I've been looking much more into creating content than in creating layout. When you create content, you don't want to have to worry about whether a table will provide you with the correct layout. If you do it with CSS and <div> tags then you end up with something that resizes very well in all browsers (if the CSS is correct). http://www.alistapart.com/articles/practicalcss/ It's very cool as regards layout! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
