Re: HTML formatter

1999-05-19 Thread Robert Vollmert
On Tue, May 18, 1999 at 10:26:56PM +0200, Stephan Engelke wrote: > Hi, > > is there a program that formats html source code. I would like to > > have a pretty printer for HTML just like 'indent' does with c > > source code. > > for interactive work the Emacs's "html-helper-mode" may be an > option

Re: HTML formatter

1999-05-18 Thread Stephan Engelke
Hi, > is there a program that formats html source code. I would like to have > a pretty printer for HTML just like 'indent' does with c source code. for interactive work the Emacs's "html-helper-mode" may be an option. Select the entire buffer and run "M-x indent-region" (forgot the keystroke, so

HTML formatter

1999-05-18 Thread Armin Wegner
Hi, is there a program that formats html source code. I would like to have a pretty printer for HTML just like 'indent' does with c source code. Armin