Slick V3.3 Benutzerhandbuch

Seite von 568
• Original relative column - When on, "trailing comments" are indented by reusing the indent after the
last character of the end of the statement or declaration of the original source file. By trailing com-
ments, we mean comments which appear at the end of lines which contain tags.
The following is an example of code before beautifying trailing comments:
<TR>
<TD><four characters><!-- trailing comment -->
</TD>
</TR>
The resulting code would be:
<TR>
<TD><four characters><!-- trailing comment -->
</TD>
</TR>
Advanced Tab
Figure 7.29. HTML Beautifier: Advanced Tab
The following options are available on the Advanced tab:
• End previous <P> tag when - Select from the following options:
• Hitting another <P> tag - When on, the beautifier will interpret a <P> tag as a signal of the end of
HTML
277