Question about indent and wrap
Bill Moseley <[email protected]> Wed, 1 Sep 2010 06:47:48 -0700
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
indent has a warning about layout bugs in some browsers. Is that still a
concern in modern browsers?
I want to wrap text inside <p> blocks so I use wrap, and I like <p> and </p>
on separate lines. But, in general, I'd like text in <a> to not be
wrapped. Actually, I'd also like to
not indent some elements.
That is, I want <p> to be a separate line and the enclosed text indented and
wrapped.
I don't want text in <a> wrapped.
In general, I would tend to not indent and separate headings. So, have
<h1>heading text</h1> instead of
<h1>
heading text
</h1>
This is my config, in case you have any comments or suggestions:
drop-font-tags: yes
logical-emphasis: yes
accessibility-check: 3
hide-comments: yes
merge-divs: no
merge-spans: no
indent-spaces: 4
indent: yes
anchor-as-name: no
output-xhtml: yes
quiet: yes
show-body-only: yes
vertical-space: yes
wrap: 80
output-xhtml: yes
fix-bad-comments: yes
char-encoding: utf8
show-warnings: no
show-errors: 0
--
Bill Moseley
[email protected]