beautypg.com

Set the refresh meta tag properties, Add a base meta tag, Edit a base meta tag – Adobe Dreamweaver CC 2015 User Manual

Page 411: Specify the base meta tag properties, Set the base url properties of the page, Set the link properties of the page

background image

404

Coding

Last updated 6/3/2015

2

Select the Refresh marker that appears at the top of the Document window.

3

In the Property inspector, set the Refresh meta tag properties.

Set the Refresh meta tag properties

Specify the Refresh meta tag properties as follows:

Delay

The time in seconds to wait before the browser refreshes the page. To make the browser refresh the page

immediately after it finishes loading, enter 0 in this box.

URL or Action

Specifies whether the browser should go to a different URL or refresh the current page, after the

specified delay. To make a different URL open (rather than refreshing the current page), click the Browse button,
then browse to and select the page to load.

Set the base URL properties of the page

Use the Base element to set the base URL that all document-relative paths in the page are considered relative to.

Add a Base meta tag

1

Select Insert > HTML > Head Tags > Base.

2

Specify the Base meta tag properties in the dialog box that appears.

Edit a Base meta tag

1

Select View > Head Content.

2

Select the Base marker that appears at the top of the Document window.

3

In the Property inspector, specify the Base meta tag properties.

Specify the Base meta tag properties

Specify the Base meta tag properties as follows:

Href

The base URL. Click the Browse button to browse to and select a file, or type a path in the box.

Target

Specifies the frame or window in which all linked documents should open. Select one of the frames in the

current frameset, or one of the following reserved names:

• _blank loads the linked document in a new, unnamed browser window.

• _parent loads the linked document into the parent frameset or window of the frame that contains the link. If the

frame containing the link is not nested, then this is equivalent to _top; the linked document loads into the full
browser window.

• _self loads the linked document in the same frame or window as the link. This target is the default, so you usually

don’t have to specify it.

• _top loads the linked document in the full browser window, thereby removing all frames.

Set the link properties of the page

Use the link tag to define a relationship between the current document and another file.

Note: The link tag in the head section is not the same thing as an HTML link between documents in the body section.