div vs table layouts
tables
pros
------
fast and easy
the standard output for sliced image maps in photoshop
cons
------
slow
looks messy, thus slowing your development time
from html 3.2 or some shit ¬_¬
<div>
pros
-----
intergrated with css
faster than tables
easyer to navigate and read when returning to change code
cons
-----
may require a brain
ive personal decided to take the time to expand my knowllage in <div> tags and general css however this may not be the best option.
id like to know some other views more importantly compare the choice to there intellegence ¬_¬
Div for the win.
Ohai again Greg.
tables are good for single file sites and simplicity as well as stuff like schedules, divs are good for fine tuning and absolute positioning.