- From: Mediakings <MediaKings@gmail.com>
- Date: Sun, 18 May 2008 03:29:48 -0700 (PDT)
- To: html-tidy@w3.org
Hi,
I want Tidy to do this:
<p>Some text</p>
Not this:
<p>
Some text
</p>
How can i accomplish that?
I can't seem to find the right option.
Thank you!
This is my config:
char-encoding: utf8
clean: yes
doctype: strict
drop-empty-paras: no
fix-backslash: yes
fix-bad-comments: no
fix-uri: yes
indent-spaces: 4
indent: yes
join-styles: yes
lower-literals: yes
merge-divs: no
merge-spans: no
ncr: yes
newline: LF
output-encoding: utf8
output-xhtml: yes
preserve-entities: yes
quote-ampersand: yes
quote-marks: yes
quote-nbsp: yes
tab-size: 4
tidy-mark: no
wrap: 0
--
View this message in context: http://www.nabble.com/attributes-inline-tp17301294p17301294.html
Sent from the w3.org - html-tidy mailing list archive at Nabble.com.
Received on Monday, 19 May 2008 02:25:49 UTC