Usually when I make a website I use CSS and even some absolute positioning for source ordering. I'm experimenting with an AdWords->AdSense site though, and I'm thinking I should be using code that is as widely compatible as possible, not necessarily the most compact, readable, search engine optimized, etc. Should I be using no CSS at all? I know most browsers do fine with modern code, but this seems like it could be a situation where reverting back to old coding techniques would be beneficial.
- Grant