Re: Questions about Tidy
"Eric Frost" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <04b801c87d19$c6012f80$495d8780@Ericdell> |
Regarding #1, in the post-process options, check the fix-nbsp-to-br option, by default it is on. If set to yes (the default), this option replaces <TD> </TD> with <TD><BR></TD>. It also works on <P> </P> now. Also, the quote-nbsp option: If set to yes, this causes non-breaking space characters to be written out as entities, rather than as the Unicode character value 160 (decimal). The default is yes. Eric http://www.xmlelves.com ----- Original Message ----- From: "Gremlin131" <[email protected]> To: <[email protected]> Sent: Sunday, March 02, 2008 2:12 AM Subject: Questions about Tidy > > Hello. > I have any questions about Tidy. (sorry for my english =) > 1) Tidy delete "nbsp;" and put simply " ". Can I fix it? > 2) I have own style of indenting, but tidy changing it by indent: 0, > and changing it if indent: "not zero" (i.e. whatever the case). How I can > leave own indenting? > > >