Where do I insert a "<BASE HREF=" line into my index.html?

D

Danielle

I need to insert some HTML coding in my frontpage generated page after the
"<title>Page Title</title>" tags. But I don't see any <title> coding in my
webpage. Where do I add the new coding?
 
T

Thomas A. Rowe

How was the page created that you want to add this code to?

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

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

Ronx

Switch to HTML view (Code view in FP2003)
The <title> tag will be near the top of the page between the <head> and
</head> tags.
 
R

Ravi Anguluri

Well, try to insert before </head> tag

Hope this Information helps.
Regards
Ravi
MSFT

This posting is provided "as is" with no warranties and confers no rights
--------------------
 
D

Danielle

I created the webpage in frontpage and I have looked at the code but don't
find and<title> coding.
 
T

Thomas A. Rowe

I have never seen FP not add a title tag to a page.

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

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