Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

really thick question, but what the hell, its the time for good cheer

Status
Not open for further replies.

kafka

Programmer
Oct 17, 2000
27
0
0
US
Anyone know why my <TITLE> tag is not functioning?
I have spent WAY to long trying to figure out this idiotic problem. Whatever I have tried has failed. the title tag is not that bloody complicated, but my title just does not seem to show up,Thanks guys and gals for your input


<HTML>
<HEAD>
<META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;>
<META http-equiv=&quot;Content-Language&quot; content=&quot;en-us&quot;>
<TITLE>Suggestions / Wish List</TITLE>
<STYLE><!--
--></STYLE><LINK rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;mhdstyle.css&quot;>
</HEAD>

<-- OTHER CODE -->

</HTML>


 
After looking at the page source of the files, CF creates another HEAD AND TITLE tage automatically. REally weird. This additional head and title tag are empty. This is the reason why my title tag is not being read properly.

Why does Cold Fusion do this? After downloading the file and viewing it the only head and title tag I see are the ones i coded. However when I put them on a live server, the additonal set of tags appear.

Any help in this matter is greatly appreciated.
 
Figured it out.

In my Application.cfm file I had a header and title tag wherin the title tag was blank. Once I removed the head and title tag from the Application.cfm tag the title tags in my other files worked fine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top