Dreamweaver CS4 Resources
|
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- Select Insert > HTML >
Head Tags > Base.
- Specify the Base meta tag properties in the dialog box
that appears.
Edit a Base meta tag- Select View > Head Content.
- Select the Base marker that appears at the top of the
Document window.
- 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.
|