x.
n Apply Caio Hack: Adds a CSS hack to hide styles from Netscape 4.x.
n Remove Comment: Removes any kind of comment in the current selection.
n Remove Backslash-Comment Hack: Removes a previously applied Backslash-comment hack.
185
Accessing the Code Directly 6
n Remove Caio Hack: Removes a previously apply Caio hack.
n Convert Tabs To Spaces: Changes every tab used for indenting to four spaces.
n Convert Spaces To Tabs: Substitutes a tab for every four spaces.
n Indent: Indents the code block one tab stop.
n Outdent: Outdents the selected code one tab stop.
n Remove All Tags: Strips all tags from a code block, leaving the content.
n Convert Lines To Table: Places each individual line, separated by a carriage return, into a table
row and the entire code selection in a table.
n Add Linebreaks
: Inserts a
tag at the end of every line; if the page is XHTML-compliant,
the
tag is used instead.
n Convert To Uppercase: Changes the selected code block??”both tags and content??”to uppercase.
n Convert To Lowercase: Lowercases the selection of code, including all the tags and content.
n Convert Tags To Uppercase: Uppercases only the tags in the current selection; all code within
the tag, including attributes and values, are uppercased.
Pages:
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423