Setting Options For Markup Languages - MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual

Table of Contents

Advertisement

86

Setting Options for Markup Languages

This section provides instructions for setting language-specific options. For setting
specific options for XHTML, also see
To set language options:
1
Open the Options > Settings > Markup Languages pane.
2
Select the options you need. Each option is described in the following table.
Option
Lowercase all inserted
tags
Always insert colors as
hexadecimal values
Force filenames to
lowercase when inserting
links
When editing tags, return
the output on a single line
Include closing </p> when
inserting paragraph tag
Option
Insert numeric values
surrounded by quotes (Tag
Inspector)
Chapter 7 Using Web Development Languages
"Setting options for XHTML" on page
Result when selected
Tag Editors and Tag Inspector insert all lowercase
code in the editor.
To convert tags to lowercase in existing documents
you can open the document, select Edit > Convert
Tag Case, and select the lowercase option.
Tag Editors and Tag Inspector insert a
C0C0C0
and
008080
instead of "
Different browsers interpret the names of colors
differently, but if you use RGB values, the same color
appears in every browser.
When dragging a file to the editor, the inserted
contains a lowercased filename. For example, if you
drag ABCs.htm to the editor, the following code is
inserted:
<a href="abcs.htm">ABC's</a>
Note that this option can cause links to break on
UNIX machines.
Tag Editors insert the code on a single, non-wrapping
line in the editor.
The Paragraph button on the Common Quickbar
inserts
<p></p>
instead of just
Note that even if you clear this option, by default, Tag
Completion inserts
</p>
disable this too, open the Options > Settings >
Editor > Tag Completion pane and delete the P tag
from the list.
Result when selected
attribute
When an
has a numeric value, Tag
Inspector inserts it surrounded by quotes, as Tag
Editors do. For example,
not
width=20 height=20
88.
RGB value
Silver"
and
"Teal"
link
<p>
.
after you type
. To
<p>
width="20" height="20"
.
like
.
,

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 5

Table of Contents