Quote:
Originally Posted by DiapDealer
I'd much rather have html that is formatted/styled with idiotic, terrible css than to have html littered with empty paragraphs for margin-(toplbottom) and inline styling. At least the former can be fixed relatively easily/quickly. It's usually easier to scrap the latter and start from scratch.
|
I think it depends on how the tagging is done. Part of the problem with HTML is that people are trying to get it to do things that it wasn't designed to do (such as having no blank lines between the paragraphs and having a first-line paragraph indent). What CSS is supposed to do is provide document formatting control that HTML does not.