Switch from Shared Borders to DWT

M

mikel2634

I am currently using shared borders but would like to switch to DWT. The
problem is that each page has their own keyword and descriptions that seem to
be replaced when I format it with the DWT. Also should the pages be saved in
..dwt or .htm?
 
S

Steve Easton

You need to designate the "regions" or areas on the dwt that will be
transferred to the pages.
The only page that has the .dwt extension is the DWT itself.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
R

Ronx

Place the keywords and descritions in an editable region in the <head>
section of the DWT.
Example
<head>
<!-- #BeginEditable "Doctitle" -->
<title>This page title</title>
<!-- #EndEditable -->
<!-- #BeginEditable "Description" -->
<meta name="Description" content="default page description">
<!-- #EndEditable -->
<!-- #BeginEditable "Keywords" -->
<meta name="Keywords" content="Default page keywords">
<!-- #EndEditable -->

other tags

</head>

When the DWT is attached to other pages, any existing description and
keywords will be retained, new pages will get the default set (as in the
DWT) which must be edited to suit the page.

Only the DWT is named with a .dwt extension, pages are named as .htm etc.

Note that you can also add regions for any page specific scripting and/or
embedded style sheets as well.
 
S

Stefan B Rusynko

PS
See http://office.microsoft.com/en-us/assistance/HA011277231033.aspx




| Place the keywords and descritions in an editable region in the <head>
| section of the DWT.
| Example
| <head>
| <!-- #BeginEditable "Doctitle" -->
| <title>This page title</title>
| <!-- #EndEditable -->
| <!-- #BeginEditable "Description" -->
| <meta name="Description" content="default page description">
| <!-- #EndEditable -->
| <!-- #BeginEditable "Keywords" -->
| <meta name="Keywords" content="Default page keywords">
| <!-- #EndEditable -->
|
| other tags
|
| </head>
|
| When the DWT is attached to other pages, any existing description and
| keywords will be retained, new pages will get the default set (as in the
| DWT) which must be edited to suit the page.
|
| Only the DWT is named with a .dwt extension, pages are named as .htm etc.
|
| Note that you can also add regions for any page specific scripting and/or
| embedded style sheets as well.
| --
| Ron Symonds
| Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
|
| | > I am currently using shared borders but would like to switch to DWT. The
| > problem is that each page has their own keyword and descriptions that seem
| to
| > be replaced when I format it with the DWT. Also should the pages be saved
| in
| > .dwt or .htm?
|
|
 
M

mikel2634

Tanks Steve, This helps a lot!

Steve Easton said:
You need to designate the "regions" or areas on the dwt that will be
transferred to the pages.
The only page that has the .dwt extension is the DWT itself.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
M

mikel2634

Thank you Ronx, This helps a lot

Ronx said:
Place the keywords and descritions in an editable region in the <head>
section of the DWT.
Example
<head>
<!-- #BeginEditable "Doctitle" -->
<title>This page title</title>
<!-- #EndEditable -->
<!-- #BeginEditable "Description" -->
<meta name="Description" content="default page description">
<!-- #EndEditable -->
<!-- #BeginEditable "Keywords" -->
<meta name="Keywords" content="Default page keywords">
<!-- #EndEditable -->

other tags

</head>

When the DWT is attached to other pages, any existing description and
keywords will be retained, new pages will get the default set (as in the
DWT) which must be edited to suit the page.

Only the DWT is named with a .dwt extension, pages are named as .htm etc.

Note that you can also add regions for any page specific scripting and/or
embedded style sheets as well.
 
M

mikel2634

Yes I understand not. I will fix this....Thanks

Steve Easton said:
You need to designate the "regions" or areas on the dwt that will be
transferred to the pages.
The only page that has the .dwt extension is the DWT itself.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top