4. Managing Web Site Files

Introduction

A Web site is made up of numerous files. As you continue to create more and more Web pages and other files for a Web site, keeping track of them becomes an important job. Managing Web site files is an important part of creating an organized site that one or more developers can work on.

In Dreamweaver, there are three main site folders: local root, remote, and testing server. The local root and testing server folders are the working development folders for your Web site, while the remote folder is the Web server folder that visitors access on the Web. Instead of using Windows Explorer (Win) or Finder (Mac) to manage and work with Web site files, you can use the Files panel. When you create or open a Web site, the Files tab in the Files panel displays all the site’s files, which you can use to quickly and easily manage individual Web pages, files, and folders. If you can find a file on your site, you can also use the Files panel to help you locate it.

If you’re creating a custom template or sharing files with someone who needs them for use in another program, you can use the Save As dialog box to change the file type for a Web page or other related file.

When you create a Web page, one of the first things to do is to apply some general settings to your page. The Page Properties dialog box lets you specify the default font family and font size, background color, margins, link styles, and many other aspects of page design. You can assign new page properties for each new page you create, and modify those for existing pages. Dreamweaver allows you to embed these changes to the page using HTML or CSS (Cascading Style Sheets), depending on your preference.

Exploring Web Site Files and Folders

Exploring Web Site Files and Folders

DW 1.1, 1.2, 1.4, 10.3

A Web site consists of linked documents and related files organized into folders. You can use Dreamweaver to organize and manage your site files and folders, and maintain your links. With Dreamweaver, you can create, develop, and work with site files and folders on your local hard disk and upload them to a Web server where visitors on the Web can access it.

Working with Site Folders

The development environment for a Dreamweaver site consists of three main folders: Local root, Remote, and Testing server. The local root folder, known as the “local site,” stores your site files and folders you work on during development. You can store the local root folder on your local computer or a network server. The remote folder, known as the “remote site,” stores your site files and folders for production on the Web. The remote folder is typically the Web server, known as a production server, where visitors access your site on the Web. If you plan to use dynamic pages—Web pages that change based on circumstances—in your Web site, the Web server also needs to run an application server. An application server is a network server with software, such as ColdFusion, ASP, ASP.NET, JSP, or PHP, that processes dynamic pages. If you want to test dynamic pages during development, you also need a testing server folder, which provides a place to generate and display dynamic content while you work. You can store the testing server folder on your local computer or application server. In order to set up a testing server folder, you need to define the local and remote folder first.

Web site development takes place in the local folder, while Web site final production takes place in the remote folder. After you finishing developing files and folder in your local folder, you can upload them to your remote folder. The folder structure in the local and remote folders should always be the same. If the folder structure is not the same, files upload to the wrong location and links to files don’t work. So, making sure the folder structure of the local and remote are the same is very important.

You can name and specify the location of the local folder. However, the remote folder name and location is typically provided by your Web server administrator. After you find out the name and location of your remote folder, you can establish a connection to it from Dreamweaver. If the remote folder name and location is not available at the moment, you can still set up a local folder now and start creating Web site files, and then specify the remote and testing folders later.

Typically, you work on files in your local folder and then upload them to your remote folder. However, you can also work on files directly on your remote site in Dreamweaver. When you make a change to a remote site file make sure you also update the local site file too so they are both the same.

Setting Up Site Folders

Setting Up Site Folders

DW 2.2, 3.4

In Dreamweaver, there are three main site folders: local root, remote, and testing server. The local root folder is the working development folder for your Web site. The remote folder is the Web server folder for your Web site. This is the location on the Web where visitors access your Web site. The testing server folder is a development folder for generating and displaying dynamic page content while you work. A dynamic page is a Web page that changes based on circumstances. The other type of Web page is a static page, which only changes when you edit it. You can set up site folders when you create a new site or edit an existing one. If you don’t know the settings for the remote and testing server folders, you can set up a local folder now, start creating Web site files, and then specify the remote and testing folders later.

Set Up Site Folders

Set Up Site Folders Use one of the following methods:

New Site. Click the Site menu, and then click New Site.

Exist Site. Click the Site menu, click Manage Sites, select the site you want, and then click Edit.

Exist Site. Click the Advanced tab.

Exist Site.

Exist Site. Click the Local Info category.

Exist Site. Click the Local Root Folder icon, locate the local folder you want to use, and then click Select.

Exist Site. Click the Remote Info category, and then select the access method you want to use to transfer files between local and remote folders.

Exist Site. Click the Testing Server category, and then select server model and access method you want to use to display dynamic page content.

Exist Site. Click OK.

Viewing the Files Panel

Viewing the Files Panel

DW 2.3

The Files panel is a useful place for managing files and folders. When you create or open a Web site, the Files tab in the Files panel displays all the site’s files. If you want to change locations, you can use the Site popup in the Files panel to select a remote server, local drive, or desktop. The Files tab displays the file hierarchy of all the folders and files in your Web site in different views, either local, remote, testing, or repository version control from Subversion (New!). Using the plus sign (+) and the minus sign (−) to the left of an icon in the Files tab allows you to display different levels of folders in your Web site without opening and displaying the contents of each folder. If you want to display two different views, you can expand the Files panel.

View Files in the Files Panel

View Files in the Files Panel Select the Web site in which you want to view.

View Files in the Files Panel Click the Window menu, and then click Files to display the Files panel.

View Files in the Files Panel Click the Site popup, and then select the location where you want to view files.

View Files in the Files Panel

View Files in the Files Panel Click the Site Files View popup, and then select the view you want.

Local View. Displays the folder structure of the site on your computer (Default view).

Remote View. Displays the folder structure of the site on a Web server.

Testing View. Displays the folder structure of the testing and local site.

Map View. Displays a graphical map of the site.

Map View. Perform the commands you want to display folder structure and contents:

• To show the file and folder structure, click the Plus sign (+).

• To hide the file and folder structure, click the Minus sign (−).

• To display the contents of a folder, click the folder icon.

Map View.

Work with the Files Panel in Expanded View

Work with the Files Panel in Expanded View Select the Web site in which you want to view.

Work with the Files Panel in Expanded View Click the Window menu, and then click Files to display the Files panel.

The Files panel appears, displaying the Files tab.

Work with the Files Panel in Expanded View Click the Expand button to expand the Files panel.

Work with the Files Panel in Expanded View

The Files panel expands to display the remote site, testing site, or site map on the left and the local site on the right.

Work with the Files Panel in Expanded View Click a button on the toolbar to display the view you want:

Site Files. Displays the remote site.

Testing Server. Displays the testing site.

Repository files. Displays the Version Control site files using Subversion (New!).

Repository files. Click the Collapse button again to collapse the Files panel.

See Also

See “Managing Files and Folders in the Files Panel” on page 74 for information on working with site files in different views.

Opening and Creating Files in the Files Panel

Opening and Creating Files in the Files Panel

DW 2.2, 2.3

Instead of using Windows Explorer (Win) or Finder (Mac) to manage and work with Web site files, you can use the Files panel. After you open a Web site, you can quickly open files using the Files panel instead of using the Open command on the File menu. The Files panel displays all the files for the working site. If you want to open a file for another site, you need to use the Open command on the File menu, or switch the working site and use the Files panel. In addition, you can create a new file. When you do, Dreamweaver creates the new file in the same folder as the selected file.

Open a File in Files Panel

Open a File in Files Panel Select the Web site in which you want to view.

Open a File in Files Panel Click the Window menu, and then click Files to display the Files panel.

Open a File in Files Panel Click the Site popup, and then select the location where you want to view files.

Open a File in Files Panel

Open a File in Files Panel Click the Site Files View popup, and then select Local View.

Open a File in Files Panel Use any of the following methods:

• Double-click the file icon.

• Right-click (Win) or Control-click (Mac) the file icon, and then click Open.

Did You Know?

You can refresh the Files panel. If you don’t see a file or folder you know is in the Files panel, click the Refresh button (Dreamweaver sites only) or right-click (Win) or Control-click (Mac), and then click Refresh.

Create a File in Files Panel

Create a File in Files Panel Select the Web site in which you want to view.

Create a File in Files Panel Click the Window menu, and then click Files to display the Files panel.

Create a File in Files Panel Click the Site popup, and then select the location where you want to view files.

Create a File in Files Panel

Create a File in Files Panel Click the Site Files View popup, and then select Local View.

Create a File in Files Panel Select a file where you want to place the new one.

Create a File in Files Panel Right-click (Win) or Control-click (Mac), and then click New File.

Create a File in Files Panel Enter a name for the file or folder, and then press Enter (Win) or Return (Mac).

Create a File in Files Panel

Did You Know?

You can control what applications open specific files. For example, you might want to open your .gif files using Fireworks, or you might want to use Photoshop. Click the Dreamweaver (Mac) or Edit (Win) menu, and then click Preferences. Click the File Types/Editors category, make your changes, and then click OK.

Managing Files and Folders in the Files Panel

Managing Files and Folders in the Files Panel

DW 2.3

After you create a Web site, you can use the Files panel to quickly and easily manage individual Web pages, files and folders. If a file or folder name is not exactly what you want, you can quickly rename it. You can create and name a new folder and move pages to a different location. If you no longer need or want a file or folder, you can remove it. In addition, you can move files and folders around in the same way you can in Windows Explorer (Win) or Finder (Mac). If you no longer need a file, you can quickly delete it.

Rename a Site File or Folder in Files Panel

Rename a Site File or Folder in Files Panel Select the Web site with the file or folder you want to rename.

Rename a Site File or Folder in Files Panel Click the Window menu, and then click Files to display the Files panel.

Rename a Site File or Folder in Files Panel Right-click (Win) or Control-click the file or folder icon you want to rename, point to Edit, and then click Rename.

Rename a Site File or Folder in Files Panel

Timesaver

Click the file name in the Files panel, and then click the file again to highlight it.

Timesaver Type a new name, and then press Enter (Win) or Return (Mac).

Did You Know?

You can delete a site file or folder. In the Files panel, right-click (Win) or Control-click (Mac) the file or folder you want to delete, click Delete, and then click Yes.

Create a New Site Folder in Files Panel

Create a New Site Folder in Files Panel Select the Web site where you want to create a new folder.

Create a New Site Folder in Files Panel Click the Window menu, and then click Files to display the Files panel.

Create a New Site Folder in Files Panel Locate and select the file or folder where you want to place the new folder.

Create a New Site Folder in Files Panel Right-click (Win) or Control-click (Mac), and then click New Folder.

Create a New Site Folder in Files Panel

Create a New Site Folder in Files Panel Enter a name for the file or folder, and then press Enter (Win) or Return (Mac).

Move a Site File or Folder in Files Panel

Move a Site File or Folder in Files Panel Select the Web site with the file or folder you want to move.

Move a Site File or Folder in Files Panel Click the Window menu, and then click Files to display the Files panel.

Move a Site File or Folder in Files Panel In the Files panel, display the file or folder you want to use.

Move a Site File or Folder in Files Panel

Move a Site File or Folder in Files Panel Drag the page icon to the position where you want it to occupy on your site.

Finding Files in the Files Panel

Finding Files in the Files Panel

DW 2.3

If you can find a file on your site, you can use the Files panel to help you locate it. The Files panel allows you to quickly find files in your site. If you have a file open and your not sure which site it belongs to, you can find it using the Locate in Site command. If you want to find the newest files in your local or remote site, you can select them using commands on the Options menu in the Files panel. As you work on files, you can also use find commands to locate currently checked out or recently modified files.

Find Files in a Site

Find Files in a Site Select the Web site with the files you want to find.

Find Files in a Site Click the Window menu, and then click Files to display the Files panel.

Find Files in a Site Use any of the following methods to find a file:

Open File In Site. Open the file in the Document window, click the Site menu, and then click Locate In Site, or click the Options menu, point to Edit, and then click Locate In Site.

The file appears selected in the Files panel.

Newer Local Files. Click the Options menu, point to Edit, and then click Select Newer Local.

Newer Remote Files. Click the Options menu, point to Edit, and then click Select Newer Remote.

Checked Out Files. Click the Options menu, point to Edit, and then click Select Checked Out Files.

Checked Out Files.

See Also

See “Checking Site Files In and Out” on page 498 for information on checking out files.

Find Recently Modified Files in a Site

Find Recently Modified Files in a Site Select the Web site with the files you want to find.

Find Recently Modified Files in a Site Click the Window menu, and then click Files to display the Files panel.

Find Recently Modified Files in a Site Click the Options menu in the Files panel, point to Edit, and then click Select Recently Modified.

Find Recently Modified Files in a Site

Find Recently Modified Files in a Site Do either of the following to indicate search dates you want:

• To report on all files modified in the last several dates, click the Files Created Or Modified In The Last option, and then enter the number of days you want.

• To report on all files modified within a specific time, click the Files Created Or Modified Between option, and then specify a data range.

Find Recently Modified Files in a Site If you are working on an Adobe Contribute site, enter a user name to limit your search to files modified by a specific user.

Find Recently Modified Files in a Site

Find Recently Modified Files in a Site Click the option you want to specify where to view the files listed.

Local Machine. Select if the site uses static pages.

Testing Server. Select if the site uses dynamic pages.

Other Location. Use to enter a specific location path.

Other Location. Click OK.

Dreamweaver saves your settings and highlights the files based on the search criteria.

Saving a File with Different Formats

A file type specifies the file format (for example, a Web page .htm or .html) as well as the program and version in which the file was created (for example, Dreamweaver). You might want to change the type if you’re creating a custom template or sharing files with someone who needs them for use in another program. You can use the Save As dialog box to change the file type for a page. The Save As Type list arrow displays a list of the available formats for the program or current selection.

Save a File as a Different Type

Save a File as a Different Type Open and display the file you want to save in a different format.

Save a File as a Different Type Click the File menu, and then click Save As.

Save a File as a Different Type Locate the drive and folder location where you want to save the file.

Save a File as a Different Type

Save a File as a Different Type Type a name for the file, or use the suggested name.

Save a File as a Different Type Click the Save As Type list arrow, and then click the file type you want.

Save a File as a Different Type Click Save.

See Also

See “Identifying Dreamweaver File Formats” on page 79 for information on selecting the right file format.

Identifying Dreamweaver File Formats

Setting the Home Page

A home page is the first page visitors see when they visit your site. The home page is typically named index.htm. If you already have a home page or want to create a different one, you can quickly set the one you want as the new home page using the Files panel.

Set a Web Page as the Home Page

Set a Web Page as the Home Page Select the Web site with the Web page you want to change.

Set a Web Page as the Home Page Click the Window menu, and then click Files to display the Files panel.

Set a Web Page as the Home Page Right-click (Win) or Control-click (Mac) the page you want to set as the new home page, and then click Set As Home Page.

Set a Web Page as the Home Page

Did You Know?

You can also set the Home page using the Site Definition dialog box. Click the Site menu, click Manage Sites, click the site you want to change, click Edit, click the Advanced tab, click the Site Map Layout category, click the Browse For File folder icon, select the home page file you want, click Open, click OK, and then click Done.

Preparing to Set Page Properties

When you create a Web page, one of the first things to do is to apply some general settings to your page. The Page Properties dialog box lets you specify the default font family and font size, background color, margins, link styles, and many other aspects of page design. You can assign new page properties for each new page you create, and modify those for existing pages. Dreamweaver provides the ability to embed these changes to the page in one of two ways: HTML or CSS.

Dreamweaver formats text using CSS (Cascading Style Sheets), by default, and it would prefer to set page preferences in this manner. If you use the default CSS setting, Dreamweaver uses CSS tags for all properties defined in the Appearance (CSS), Links (CSS), and Headings (CSS) categories of the Page Properties dialog box. The CSS tags defining these attributes are embedded in the head section of the page. To view the tags, simply click the Code button, located in the upper left corner of the document window, and Dreamweaver changes the view from Design to Code. Scroll up to the Head section of the document and view the property codes.

If, however, you want to use HTML tags, you can set page preferences in the Appearance (HTML) category (New!) of the Page Properties dialog box. The options are similar to those in the Appearance (CSS) category.

The page properties you choose apply only to the active document. If a page uses an external CSS style sheet, Dreamweaver doesn’t overwrite the tags set in the style sheet, as this affects all other pages using that style sheet.

Preparing to Set Page Properties

Setting Appearance Page Properties

The Appearance category in the Page Properties dialog box allows you to set the default options for CSS and HTML (New!) you want for page font type and size, text and background color. You can also use a picture as the background for a page and specify how it appears. If you’d like to add some interest to your pages, you can add a background color. If the background image contains any transparent areas, the background color appears. When selecting background colors, some creative judgment is required. For example, if you choose a dark color for your background, make sure you use a light color for your text (the most commonly used is white) to generate the appropriate contrast required for easy reading.

Set Appearance Page Properties

Set Appearance Page Properties Open the Web page you want to change.

Set Appearance Page Properties Click the Modify menu, and then click Page Properties.

Set Appearance Page Properties Click the Appearance (CSS) or Appearance (HTML) category.

Set Appearance Page Properties

Set Appearance Page Properties Select from the following options:

Page Font and Size. Specify the font type and size you want.

Text and Background Color. Specify the text and background color you want.

Background Image. Specify the font type, size, and text color you want.

Repeat. Specify how you want the background image to appear on the page. No-repeat appears once; Repeat appears tiled horizontally and vertically; Repeat-x appears horizontally; and Repeat-y appears vertically.

Margins. Specify the page margins you want. Most designers place zeros in all four boxes (top, bottom, left, right), so when a visitor opens the page, all elements align to the upper left corner of the page.

Margins. Click OK.

Margins.

Setting Link Page Properties

The Links category in the Page Properties dialog box allows you to change the default nature of the links on a page. For example, a word defined as a link has a blue underline, by default. You could change the color to red. You can specify link colors for text, visited, rollover, and active links. In addition, you can even choose not to use an underline, or only have it appear when the visitor rolls over the text.

Set Link Page Properties

Set Link Page Properties Open the Web page you want to change.

Set Link Page Properties Click the Modify menu, and then click Page Properties.

Set Link Page Properties Click the Links (CSS) category.

Set Link Page Properties

Set Link Page Properties Select any of the following font options:

Link Font. Specifies the default font family to use for links. (Default uses entire page font set in the Appearance category)

Bold or Italic. Specifies whether to use bold or italic for links.

Font Size. Specifies the default size to use for links.

Font Size. Select a color for the following options:

Link Color. Displays color for linked text.

Visited Links. Displays color for links you visit.

Rollover Links. Displays color for links you point at.

Active Links. Displays color for links you click.

Active Links. Click the Underline Style popup, and then select the underline option you want.

Active Links. Click OK.

Setting Heading Page Properties

The Headings category in the Page Properties dialog box allows you to specify the default settings for up to six heading styles. You can specify the font type, size, color, and formatting. For example, you can specify that every H2 heading style that is applied to text is 14 points and red. In addition, you have the option of choosing whether the heading styles are Bold or Italic style.

Set Heading Page Properties

Set Heading Page Properties Open the Web page you want to change.

Set Heading Page Properties Click the Modify menu, and then click Page Properties.

Set Heading Page Properties Click the Headings (CSS) category.

Set Heading Page Properties

Set Heading Page Properties Specify the Heading font you want.

Set Heading Page Properties Click the Bold and/or Italic buttons if you want.

Set Heading Page Properties Specify the specific font size and color of the H1 through H6 heading styles you want.

Set Heading Page Properties Click OK.

Changing Title and Encoding Page Properties

The Title/Encoding category in the Page Properties allows you to change the Web page title and specify the document encoding type you want. A Web page title is the text that visitors see on the title bar of their Web browser when they display the Web page. The document type and encoding options in the Page Properties dialog box allow you to specify the language you want to use for a Web page. File encoding makes sure your Web browser and Dreamweaver use the right character set for the selected language. The standard settings for a simple HTML page are: Document Type (DTD) XHTML 1.0 Transitional, Encoding Unicode 4.0 UTF-8, and Unicode Normalization None.

Change Title and Encoding Page Properties

Change Title and Encoding Page Properties Open the Web page you want to change.

Change Title and Encoding Page Properties Click the Modify menu, and then click Page Properties.

Change Title and Encoding Page Properties Click the Title/Encoding category.

Change Title and Encoding Page Properties

Change Title and Encoding Page Properties Enter the title you want for the Web page title bar.

Timesaver

Enter a title in the Title box on the Document toolbar.

Timesaver Select from the following options:

Document Type (DTD). Select XHTML 1.0 Transitional or XHTML 1.0 Strict to make new Web pages XHTML-compliant.

Encoding. Select the language you want. The default for HTML encoding is Unicode (UTF-8), which safely represents all characters.

Unicode Normalization Form. If you select Unicode (UTF-8) for encoding, select the form option you want: C, D, KC, or KD. Form C is the most common one used for the Web in the Character Model. The others are provided by Adobe.

Unicode Normalization Form. Click OK.

Changing Page Properties for a Tracing Image

Changing Page Properties for a Tracing Image

DW 4.2

A tracing image is a JPEG, GIF, or PNG formatted image that lays in the background to help you layout the page. For example, you could comp your site in Fireworks and then bring it into Dreamweaver to use as a guide to align tables and layers. Tracing images are not saved with the final document and don’t appear in a Web browser. It doesn’t matter how big or complex the tracing images are because they are only used by Dreamweaver during the design phase. Once the file is saved and moved to the server, the tracing image goes away, and the file retains its original small size.

Change Page Properties for a Tracing Image

Change Page Properties for a Tracing Image Open the Web page you want to change.

Change Page Properties for a Tracing Image Click the Modify menu, and then click Page Properties.

Change Page Properties for a Tracing Image Click the Tracing Image category.

Change Page Properties for a Tracing Image

Change Page Properties for a Tracing Image Click Browse, locate the image you want to use, select it, and then click OK.

Timesaver

Click the View menu, point to Tracing Image, and then click Load to insert a tracing image.

Timesaver Drag the Transparency slider to the percentage level you want for the image.

Timesaver Click OK.

See Also

See “Using a Tracing Image” on page 206 for information on using a tracing image to create a Web page.

Using Visual Aids

Using Visual Aids

DW 4.3

When you’re working in Design or Split view, you can use visual aids in Dreamweaver to make it easier to work with page elements, such as borders, backgrounds, and outlines that are normally invisible. Sometimes it’s hard to adjust elements without being able to see the edge. For example, the Table Borders and Frame Borders commands on the Visual Aids submenu on the View menu make it easier to view and change the borders in tables and frames on a page. You can show or hide all the visual aids at once or select each item individually. The Visual Aids submenu highlights the menu icon or displays a checkmark when a visual aid is turned on.

Show or Hide Visual Aids

All. Click the View menu, point to Visual Aids, and then click Hide All.

Timesaver

Press Ctrl+Shift+I to show or hide all visual aids.

Individual. Click the View menu, point to Visual Aids, and then click each item you want to show or hide.

  • CSS Layout Backgrounds.

  • CSS Layout Box Model.

  • CSS Layout Outlines.

  • AP Element Outlines.

  • Table Widths.

  • Table Borders.

  • Frame Borders.

  • Image Maps.

  • Invisible Elements.

Individual.

Working with Invisible Elements

Dreamweaver uses many styles of elements to create a Web page. Some of the elements are invisible, such as text and images, and some are not, such as anchors and line breaks. The invisible elements in a Web page are important to the structure and functionality of a page. However, they are not always necessary to view and make changes to a Web page unless you specifically want to work with an invisible element. You can use the Preferences dialog box to select the invisible elements you want to show or hide. After you set your invisible element preferences, you can use the Visual Aids submenu on the View menu to show (enable) or hide (disable) the Invisible Elements command. Showing invisible elements might slightly change the layout of a page, however, it’s only temporary until you hide them.

Set Invisible Element Preferences

Set Invisible Element Preferences Click the Dreamweaver (Mac) or Edit (Win) menu, and then click Preferences.

Set Invisible Element Preferences Click the Invisible Elements category.

Set Invisible Element Preferences

Set Invisible Element Preferences Select or clear the check box options you want to show or hide:

Named Anchors. Displays an icon to mark anchor locations.

Scripts. Displays an icon to mark JavaScript or VBScript.

Comments. Displays an icon to mark the location of comments.

Line Breaks. Displays an icon to mark the location of line breaks <br>.

Client-Side Image Maps. Displays an icon to mark the location of client-side image maps.

Embedded Styles. Displays an icon to mark the location of CSS styles embedded in the body section of a document.

Hidden Form Fields. Displays an icon to mark the location of form fields that are set to “hidden.”

Form Delimiter. Displays the border of a form to make it easier to insert form fields.

Anchor Points For AP Elements. Displays an icon to mark the location of code defining an AP Element, which is an element with an absolute position assigned to it. AP elements are not invisible, just the code defining it.

Anchor Points For Aligned Elements. Displays an icon to mark the location of HTML code for elements that work with the align option, such as images, tables, ActiveX objects, plug-ins, and applets.

Visual Server Markup Tags. Displays the location of visual server markup tags, such as Active Server Pages tags and ColdFusion tags, whose content cannot be displayed.

Nonvisual Server Markup Tags. Displays the location of nonvisual server markup tags, such as Active Server Pages tags and ColdFusion tags, whose content cannot be displayed.

CSS Display: None. Displays an icon to mark the location of hidden content using the display:none property.

Show Dynamic Text As. Displays any dynamic text on your page in the format of {Recordset:Field} by default.

Server-Side Includes. Displays the content of each server-side include file from the Web server.

Server-Side Includes.

Server-Side Includes. Click OK.

Selecting Elements

Before you can work with an element, such as text or an image, you need to select the element first. If an element is invisible, you need to make it visible before you can select it. You can select an element in Design view by simply clicking the element. If you want to select the complete tag associated with an element, you can use the tag selector. The tag selector appears at the bottom of the Document window on the Status bar. The tag selector shows the tags within the current selection or insertion point. The leftmost tag in the tag selector is the outermost tag in the selection. Simply select the code or place the insertion point where you want to select a tag, and click the tag you want to select in the tag selector.

Select Elements

Visible Element. In Design view, click the element or drag across it.

Invisible Element. Click the View menu, point to Visual Aids, and then click Invisible Elements. You can select the invisible elements as visible ones.

Tags. Select the code or place the insertion point where you want to select a tag, and then click the tag you want in the tag selector.

Tags.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset