Forum Moderators: open
What do most of you do with indents? Do you want your code to look neat? Or, do you scrap indents to avoid large filesize?
Thanks in advance for your help!
Wes
Having clean, easily parsed HTML code is much more important.
A little off-topic, but here's an anecdote in favor of non-indenting:
Several weeks ago we had a customer claim that she shouldn't have to pay the cancellation fee for her reservation because her "receipt" didn't say anything about it. She said she saved the page as proof.
I had her send me the page. Sure enough, it looked exactly like our reservation confirmation page, except it was missing the line about cancellation fees. Also, all the graphics showed as broken.
I looked at the source code and saw all the code neatly indented according to HTML tags. I checked the source code from the site, and of course ours didn't look like that. I looked at her source code some more and saw that the file names for all the images were changed to something like "\dreamweaver\graphics\..."
So it was quite obvious that she (or someone) had saved the file then used DreamWeaver to edit the file and take out the part about the cancellation fees.
If our code had been indented, I might not have looked further to find the DreamWeaver changed paths for the images.