PC Review


Reply
Thread Tools Rate Thread

how to change Page properties when using Dynamic Web template?

 
 
flyingdutch
Guest
Posts: n/a
 
      11th May 2008
I am using a dynamic web template for a site. However, I noticed that for all
pages to which I have applied the template I cannot change the Page
properties anymore. I can only change , for example , the Title of the Page
in the template, and that title is than applied to ALL my pages. This is
obviously not what I want. How can I change Page properties when using
Dynamic Web templates???

Thanks
 
Reply With Quote
 
 
 
 
Tina Clarke
Guest
Posts: n/a
 
      11th May 2008
"flyingdutch" <(E-Mail Removed)> wrote in message
news:EF58AA07-7AB8-4D12-B79E-(E-Mail Removed)...
>I am using a dynamic web template for a site. However, I noticed that for
>all
> pages to which I have applied the template I cannot change the Page
> properties anymore. I can only change , for example , the Title of the
> Page
> in the template, and that title is than applied to ALL my pages. This is
> obviously not what I want. How can I change Page properties when using
> Dynamic Web templates???
>
> Thanks


Hi

you need to put editabled around the metas you want to change ....

so it would look like this

<!-- #BeginEditable "doctitle" -->
<title>TITLE GOES HERE</title>
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="TITLE GOES HERE" />
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content="TITLE GOES HERE" />
<!-- #EndEditable -->

Some people just use one editable around those metas and the title but I
prefer to separate them out then I know one is not missing and depending on
if other pages have other metas inbetween the one's I actually want ..
because you want the rest in a non editable area as you may wish to update
them globally such as the meta for copyright and the year .. or may wish to
change the language meta to another country if your working on for someone
else as I frequently do.

This f ree ebook will help you with the rest of DWTs in FrontPage (I also
have one for Expression Web if you ever upgrade)

f*ree FrontPage DWT Ebook
http://frontpage-ebooks.com/dwt-ebook.htm

hth Tina
http://accessfp.net/ - FrontPage Tutorials
http://anyfrontpage.com/ - http://frontpage-ebooks.com/
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - Weekly FrontPage Tips
http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings


 
Reply With Quote
 
flyingdutch
Guest
Posts: n/a
 
      11th May 2008
Thanks for the explanation, but.. do I need to add the BeginEditable and
EndEditable in the template or in the individual files to which I want to
apply the template?

"Tina Clarke" wrote:

> "flyingdutch" <(E-Mail Removed)> wrote in message
> news:EF58AA07-7AB8-4D12-B79E-(E-Mail Removed)...
> >I am using a dynamic web template for a site. However, I noticed that for
> >all
> > pages to which I have applied the template I cannot change the Page
> > properties anymore. I can only change , for example , the Title of the
> > Page
> > in the template, and that title is than applied to ALL my pages. This is
> > obviously not what I want. How can I change Page properties when using
> > Dynamic Web templates???
> >
> > Thanks

>
> Hi
>
> you need to put editabled around the metas you want to change ....
>
> so it would look like this
>
> <!-- #BeginEditable "doctitle" -->
> <title>TITLE GOES HERE</title>
> <!-- #EndEditable -->
> <!-- #BeginEditable "description" -->
> <meta name="description" content="TITLE GOES HERE" />
> <!-- #EndEditable -->
> <!-- #BeginEditable "keywords" -->
> <meta name="keywords" content="TITLE GOES HERE" />
> <!-- #EndEditable -->
>
> Some people just use one editable around those metas and the title but I
> prefer to separate them out then I know one is not missing and depending on
> if other pages have other metas inbetween the one's I actually want ..
> because you want the rest in a non editable area as you may wish to update
> them globally such as the meta for copyright and the year .. or may wish to
> change the language meta to another country if your working on for someone
> else as I frequently do.
>
> This f ree ebook will help you with the rest of DWTs in FrontPage (I also
> have one for Expression Web if you ever upgrade)
>
> f*ree FrontPage DWT Ebook
> http://frontpage-ebooks.com/dwt-ebook.htm
>
> hth Tina
> http://accessfp.net/ - FrontPage Tutorials
> http://anyfrontpage.com/ - http://frontpage-ebooks.com/
> http://addonfp.com/ - FrontPage Addons
> http://frontpage-tips.com/ - Weekly FrontPage Tips
> http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
> http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
>
>

 
Reply With Quote
 
flyingdutch
Guest
Posts: n/a
 
      11th May 2008
I tried applying the BeginEditable and <EndEditable tags just around the
title in the template, but than, when I save the template and it tries to
update the files where it is applied to, I get the message for every file
that it cannot find compatible editable regions. When I remove the tags,
evrything works as before..

"Tina Clarke" wrote:

> "flyingdutch" <(E-Mail Removed)> wrote in message
> news:EF58AA07-7AB8-4D12-B79E-(E-Mail Removed)...
> >I am using a dynamic web template for a site. However, I noticed that for
> >all
> > pages to which I have applied the template I cannot change the Page
> > properties anymore. I can only change , for example , the Title of the
> > Page
> > in the template, and that title is than applied to ALL my pages. This is
> > obviously not what I want. How can I change Page properties when using
> > Dynamic Web templates???
> >
> > Thanks

>
> Hi
>
> you need to put editabled around the metas you want to change ....
>
> so it would look like this
>
> <!-- #BeginEditable "doctitle" -->
> <title>TITLE GOES HERE</title>
> <!-- #EndEditable -->
> <!-- #BeginEditable "description" -->
> <meta name="description" content="TITLE GOES HERE" />
> <!-- #EndEditable -->
> <!-- #BeginEditable "keywords" -->
> <meta name="keywords" content="TITLE GOES HERE" />
> <!-- #EndEditable -->
>
> Some people just use one editable around those metas and the title but I
> prefer to separate them out then I know one is not missing and depending on
> if other pages have other metas inbetween the one's I actually want ..
> because you want the rest in a non editable area as you may wish to update
> them globally such as the meta for copyright and the year .. or may wish to
> change the language meta to another country if your working on for someone
> else as I frequently do.
>
> This f ree ebook will help you with the rest of DWTs in FrontPage (I also
> have one for Expression Web if you ever upgrade)
>
> f*ree FrontPage DWT Ebook
> http://frontpage-ebooks.com/dwt-ebook.htm
>
> hth Tina
> http://accessfp.net/ - FrontPage Tutorials
> http://anyfrontpage.com/ - http://frontpage-ebooks.com/
> http://addonfp.com/ - FrontPage Addons
> http://frontpage-tips.com/ - Weekly FrontPage Tips
> http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
> http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
>
>

 
Reply With Quote
 
Tina Clarke
Guest
Posts: n/a
 
      11th May 2008
"flyingdutch" <(E-Mail Removed)> wrote in message
news:9E49F364-7DA0-471E-AEC3-(E-Mail Removed)...
>I tried applying the BeginEditable and <EndEditable tags just around the
> title in the template, but than, when I save the template and it tries to
> update the files where it is applied to, I get the message for every file
> that it cannot find compatible editable regions. When I remove the tags,
> evrything works as before..
>


I can see you didn't read the free dwt ebook <smiles>

you put those in the DWT .. and save it .... any page that is attached will
put the editables in ... and be ready and waiting on each of those pages for
you to fill them in ...

On pages that are not attached as yet .... when you attach the dwt to one it
will automatically wrap around your existing meta tags for description and
keywords ..... The TITLE is set by default and should ALREADY be in place in
your dwt... if it is not then you deleted it at some point if so just put it
back again ...

It would be best to read the dwt ebook.. you will find it easier going.

hth Tina
http://www.expression-web.net - Expression Blog
http://any-expression.com/ - Expression Web Help
http://tech.groups.yahoo.com/group/any-expression/ - Expression Web Ezine

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot change page title on page using attached dynamic template =?Utf-8?B?ZnJ1c3RyYXRlZCBGUCB1c2Vy?= Microsoft Frontpage 2 6th May 2006 05:45 AM
Change Dynamic control properties at run time jaawaad@gmail.com Microsoft ASP .NET 0 6th Jan 2006 03:23 PM
Cant change the title after using a Dynamic Web Template... =?Utf-8?B?TWF0dHlBYXJvbg==?= Microsoft Frontpage 3 9th Jan 2005 05:33 PM
Using a dynamic ASP page as an email template. da Microsoft ASP .NET 1 10th Dec 2004 04:23 AM
How to change the Properties for read only by dynamic =?Utf-8?B?Q2hhb3hpYW5n?= Microsoft C# .NET 2 2nd Dec 2004 01:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:39 AM.