Forum Moderators: open
This is copied from one of my page's head section, immediately BEFORE publishing:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CGI, PHP, AND THEIR ILK</title>
....
This is copied from the head section immediately AFTER publishing:
<!doctype HTML PUBLIC [shortened by me].... >
<html>
<head>
<title></title>
....
As you can see, the title is just whisked away--from every single page, as soon as it is published. This is getting very tedious for me!
I really don't have a clue what is going on. I've tried putting the title lower and higher, and deleting tags and scripts, but nothing seems to change anything. The title just whooshes away. The pages are .php pages, by the way.
I must be missing something obvious? Any advice would be appreciated. Thanks in advance
PS: Just in case, here's my complete head section:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>GONE AWOL</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta NAME="keywords" CONTENT="graphics">
<meta NAME="description" CONTENT="graphics">
<meta NAME="robots" CONTENT="FOLLOW,INDEX">
<link rel="shortcut icon" HREF="http:...star.ico">
<link rel="stylesheet" type="text/css" href="templates/template.css">
<link rel="alternate stylesheet" type="text/css" href="templates/mini.css" title="minimal">
<link rel="alternate stylesheet" type="text/css" href="templates/light_big.css" title="bigprint">
<script type="text/javascript" src="templates/fam_style.js">
</script>
<script type="text/javascript" src="http://www.haloscan.com/load/trans">
</script>
<script type="text/javascript" src="css-scripts/minmax.js">
</script>
</head>