Slick V3.3 manual Html Beautifier Advanced Tab

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 299
Image 299

HTML

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

277

Page 299
Image 299
Slick V3.3 manual Html Beautifier Advanced Tab