R
Rod
I'm using DWT's as a basic design for my new website. I've got the
following code in a DWT:
<!-- #BeginEditable "doctitle" -->
<meta name="keywords" content="new website">
<meta name="description" content="This page is for...">
<title>New Website Template</title>
<!-- #EndEditable -->
But when the web page comes up, the <title> tag shows up no less than 5
times?! Here's the relevant HTML code from the published website:
<!-- #BeginEditable "doctitle" -->
<meta name="keywords" content="new website">
<meta name="description" content="My new website.">
<title>Welcome to my new website</title>
<title> New Website Template </title>
<title> New Website Template </title>
<title> New Website Template </title>
<title> New Website Template </title>
<!-- #EndEditable -->
Frankly, that is just plain silly. Why is the <title> tag showing up so
much when published to the website?
Rod
following code in a DWT:
<!-- #BeginEditable "doctitle" -->
<meta name="keywords" content="new website">
<meta name="description" content="This page is for...">
<title>New Website Template</title>
<!-- #EndEditable -->
But when the web page comes up, the <title> tag shows up no less than 5
times?! Here's the relevant HTML code from the published website:
<!-- #BeginEditable "doctitle" -->
<meta name="keywords" content="new website">
<meta name="description" content="My new website.">
<title>Welcome to my new website</title>
<title> New Website Template </title>
<title> New Website Template </title>
<title> New Website Template </title>
<title> New Website Template </title>
<!-- #EndEditable -->
Frankly, that is just plain silly. Why is the <title> tag showing up so
much when published to the website?
Rod