Override .dwt template?

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

Is there any way to prevent a dynamic link template from setting the Page
Title, Page Description, and keywords for the pages it governs?

I love using the .dwt but would like to be able to set each page's title,
description and keywords....

Thanks for any ideas!
 
Sure. Just open the template, switch to Code
view, and put the corresponding tags inside
<!-- #BeginEditable "doctitle" -->
and
<!-- #EndEditable -->
comments. Here's an example:

<!-- #BeginEditable "doctitle" -->
<title>Ze Banner</title>
<meta name="description" content="Ze description">
<meta name="keywords" content="zebra">
<!-- #EndEditable -->

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Jeremy said:
Is there any way to prevent a dynamic link template from setting the Page
Title, Page Description, and keywords for the pages it governs?

I love using the .dwt but would like to be able to set each page's title,
description and keywords....

Thanks for any ideas!


Yep there is ... you have to do it manually though and it protects each
page's tags just like an editable region such as the main content for
instance.... but only once on the dwt before u apply it to a web ... you
have to prepare an already established web beforehand and this is part of it
.... I'll be publishing a dwt article soon that details how to do it.

hth Tina

http://accessfp.net/ - FrontPage Resource Centre
http://anybackpage.com/bytes/ - Ezine with Free E-books
http://artdoodle.com/ - Original Abstract Art
http://addonfp.com - FrontPage Add ons
http://frontpage-tips.com - FrontPage Tips - sign up for the launch now.
http://msmvps.com/frontpage/ - FrontPage Blog - NEW ARTICLE
 
Back
Top