Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<head>
<Title>My page title</Title>
</head>

why such simple thing that has been working for years on combination of win-2003 IIS6
and IE; and also work okay with Firefox but not with chrome?
Posted

1 solution

It works fine for me: Chrome Version 23.0.1271.64 m

XML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <title>My Title</title>
  </head>
  <body>
       My Body
  </body>
</html>
Shows "My Title" as the tab heading...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900