Hi,
All my Page Titles are static - I want them to reflect the Page Title text box in Page Settings...
Meta Keywords & description are ok, and change with the changing page.
My template code is as follows:
oooOOOooo
<html>
<head>
<TITLE>
Port of Lancaster Smokehouse
</TITLE>
BaseHref
<META NAME="ACTINICTITLE" CONTENT="Port of Lancaster Smokehouse">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
block if
<meta name="keywords" content="MetaKeywords">
block
block if
<meta name="description" content="MetaDescription">
block
oooOOOooo
I guess I need some code in the ,title. tags, but what?
Thanks in advance,
Bass
All my Page Titles are static - I want them to reflect the Page Title text box in Page Settings...
Meta Keywords & description are ok, and change with the changing page.
My template code is as follows:
oooOOOooo
<html>
<head>
<TITLE>
Port of Lancaster Smokehouse
</TITLE>
BaseHref
<META NAME="ACTINICTITLE" CONTENT="Port of Lancaster Smokehouse">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
block if
<meta name="keywords" content="MetaKeywords">
block
block if
<meta name="description" content="MetaDescription">
block
oooOOOooo
I guess I need some code in the ,title. tags, but what?
Thanks in advance,
Bass
Comment