Need serious help with dynamic templates proble.

B

batzmoney

Hello, if anybody can help...I would love that!
I created a dynamic we template and made about 50 pages on my website, then
I discovered I somehow made the head of my page with the title and
descriptions included in the non-editable region and they were all the same.
So I changed the template and deleted the head of it and updated every page
and manually typed in the titles, etc. Not thinkg that whenever I update a
page from the template that my titles will disappear and I will have to do
that every tiime! I just lost 4 days of work and want to know HOW DO I MAKE
THE TITLE, DESCRIPTIONS, KEYWORDS, etc. part of the template editable without
interferring with my "head" that is non-editable? I hope you can understand
all this! Thanks in advance
 
W

Windsun

Make that part editable.

<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<!-- #BeginEditable "doctitle" -->
<title>Anderson Power Connectors</title>
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="Anderson Power Products.">
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content="battery">
<!-- #EndEditable -->
<link rel="stylesheet" type="text/css" href="Stylesheet.css">
</head>
 
T

Trevor L.

Can someone tell me what the code such as the following does
<!-- #BeginEditable "doctitle" -->
<title>Anderson Power Connectors</title>
<!-- #EndEditable -->

Does it have any application in FP2002 or only FP2003?

The reason I am asking is that I am wondering whether one can alter part of
a page after it has been written. Well, that's too simplistic - of course
one can, with javascript.

My scenario is this:
I have a heading, a sidebar and a main section on each page. Currently this
is implemented with frames, but I could change it to includes if I can get
the hang of them.

My sidebar has links to place other pages in the main section, but this
means that my heading (and sidebar, of course) remain the same. The sidebar
should stay the same, as it has menus and links, but it would be nice if the
heading could change to have a different title.

What is the best way to do this?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
T

Thomas A. Rowe

Applies to FP2003 only. The banner can only change if you have navigation based on FP navigation
component using the Insert Banner component.

You might also be able to do this with JavaScript. I know the you can do with a server-side script
such as ASP, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

Use FP nav view and insert a Page Banner at top (and Nav bar on side) on the DWT page
- you pages will display the Nav View text of each page's Page banner




| Can someone tell me what the code such as the following does
| <!-- #BeginEditable "doctitle" -->
| <title>Anderson Power Connectors</title>
| <!-- #EndEditable -->
|
| Does it have any application in FP2002 or only FP2003?
|
| The reason I am asking is that I am wondering whether one can alter part of
| a page after it has been written. Well, that's too simplistic - of course
| one can, with javascript.
|
| My scenario is this:
| I have a heading, a sidebar and a main section on each page. Currently this
| is implemented with frames, but I could change it to includes if I can get
| the hang of them.
|
| My sidebar has links to place other pages in the main section, but this
| means that my heading (and sidebar, of course) remain the same. The sidebar
| should stay the same, as it has menus and links, but it would be nice if the
| heading could change to have a different title.
|
| What is the best way to do this?
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
|
| I choose Polesoft Lockspam to fight spam, and you?
| http://www.polesoft.com/refer.html
|
|
 
Top