Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Does anyone know of any simple tools that will let you enter in all your markup and it will put tabs and spaces to format it neatly? I'd like to find something just really quick and simple (as opposed to dreamweaver, etc.), otherwise I will just do it by hand as I have been. Thanks!
The HTML validator extension for FireFox is the best I've seen. Otherwise I can give you something I wrote or you could run it through a bit of XSL with <xsl:ouput indent="true" method="html" /> you can use Architag XML editor for doing that.
ahh well that limits the three options I posted to the thing I wrote. I can also sort the attributes alphabetically. It doesn't support SGML syntax though.