Use this dialog to edit the Web content settings for a Web project. You can specify the default document type, CSS profile, and target device. The public ID and system ID are populated automatically. To restore the defaults, click Restore Defaults. This page lets you specify the line delimiter and the text encoding that will be used when you create, save, or load an HTML file. Various development platforms use different line delimiters to indicate the start of a new line. Select the operating system that corresponds to your development or deployment platform. Note: This delimiter will not automatically be added to any documents that currently exist. It will be added only to documents that you create after you select the line delimiter type and click Apply, or to existing files that you open and then resave after you select the line delimiter type and click Apply. The encoding attribute is used to specify the default character encoding set that is used when either creating HTML files or loading your HTML files into the editor. Changing the creating files encoding causes any new HTML files that are created from scratch to use the selected encoding. This page lets you specify the formatting, content assist, and capitalization style that will be used when you edit an HTML file. Enter a maximum width in the Line width field to specify the line width to break a line to fit onto more than one line when the document is formatted. Select Split multiple attributes each on a new line to start every attribute on a new line when the document is formatted. Attributes will return to the same margin as the previous line. Select Indent using tabs if you want to use tab characters (\t) as the standard formatting indentation. If you prefer to use spaces, select Indent using spaces. You can also specify the Indentation size which is the number of tabs or space characters used for formatting indentation. Select Clear all blank lines to remove blank lines when the document is formatted. To apply these formatting styles, select the Format Document menu item. If the Automatically make suggestions check box is selected, you can specify that certain characters will cause the content assist list to pop up automatically. Specify these characters in the Prompt when these characters are inserted field. Select the Uppercase or Lowercase radio button to determine the case for tag and attribute names that are inserted into the document when using content assist or code generation. This page lets you customize the syntax highlighting that the HTML editor does when you are editing a file. The Content type field contains a list of all the source types that you can select a highlighting style for. You can either select the content type that you want to work with from the drop-down list, or click text in the text sample window that corresponds to the content type for which you want to change the text highlighting. The Foreground and Background push buttons open Color dialog boxes that allow you to specify text foreground and background colors, respectively. Select the Bold check box to make the specified content type appear in bold. Click the Restore Default push button to set the highlighting styles back to their default values. This page lets you create new and edit existing templates that will be used when you edit an HTML file. Cleanup options enable you to update a document so that it is well-formed and formatted. The following cleanup options let you select radio buttons to choose the type of cleanup to be performed: - Tag name case for HTML: Unless set to As-is, changes the case of all tags in a file for easier visual parsing and consistency. - Attribute name case for HTML: Unless set to As-is, changes the case of all attributes in a file for easier visual parsing and consistency. The following cleanup options can be set to on or off, so that you can limit the type of cleanup performed: - Insert required attributes: Inserts an missing attributes that are required by the tag to make the element or document well-formed. - Insert missing tags: Completes any missing tags (such as adding an end tag) necessary to make the element or document well-formed. - Quote attribute values: Appropriately adds double- or single-quotes before and after attribute values if they are missing. - Format source: Formats the document just as the Format Document context menu option does, immediately after performing any other specified Cleanup options. - Convert line delimiters to: Converts all line delimiters in the file to the selected operating system's type.