Posts Tagged ‘html’

Best CSS3 Button Maker: Button X

Make great looking buttons for your website using HTML and CSS. No images necessary. With this tool you can choose color, font, site, corner roundness, etc. Once it looks the way you want it, click the button and it will generate the CSS for you to use.

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 […]