Posts Tagged ‘html’

Table Hell vs. Div Hell

Today I revisited Smashing Magazine’s article, “Table Layouts vs. Div Layouts: From Hell to… Hell?“, and was reminded how insightful it is. For anyone in web developement it’s a good read on how and when to use div or table tags and how to use them properly with CSS for both content and presentation.

HTML Tidy TIDYCFG.INI

None of the preset options in HTML Tidy were doing it for me, so I took a few minutes to create my own. They either mangled the code too much, or not enough. So, here is what I ended up with: [EtdotTidy HTML] indent: auto indent-attributes:no indent-spaces: 2 wrap: 0 wrap-asp:no wrap-jste:no wrap-php:no show-warnings: yes [...]