Is there any advantages to modifying the div tags for page layout vs. just using tables to define background colors and structure. I am not sure if one is better than the other or what the difference is. Please help?
Ben said:
leviathon said:Well... here are the PROs and CONs IMHO.
<TABLE>
+Typically easier to code especially with programs such as Dreamweaver
<DIV>
-More difficult to code compared to <table>
tm said:I disagree, I find <div>'s much easier than <tables>. I never learnt tables as layouts, so I guess it's just what you learn first is easier.
