I'm getting the TITLE tag showing up multiple times in my web pages when publishing to the Web

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
 
S

Stefan B Rusynko

It should not be, unless you edited the title tags and copied them before you published
- open your site and delete the extra tags and republish

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| 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
|
|
 
R

Rod

Well, what do you know. I found 5 pairs of <TITLE> tags in each page. I
wonder how that happened?

Thank you, Stefan!

Rod
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top