Hi,
I'm just starting to build a site using OOP for the first time. Until now, I've only used procedural script. One difficulty I'm having is getting good looking HTML resulting from the scripts. It's all jumbled and very difficult to read. This is a problem when designing the site because it's hard to tell what's what.
My question is, is there a simple way of running a function on the text to be output to clean-up the html and format it? I know this isn't a huge deal in the grand scheme of things, but I would really like to have better looking HTML output.
Thanks for the sage wisdom!