|
Ok thanks for the replies.
As far as the php scripting goes, Im not comfortable with that at the moment because I have really no experience doing that. I would need to switch from .shtml to .php files and their language?
And the reason I did not want to change my header was because I think now I will have to write my pages in a very unorthodox way that I'm not sure will be "valid." Right now, my general pages look like this:
*start HEADER_FILE.txt
<head>
blah blah blah
</head>
<body>
menu bar, banner, etc
*end HEADER_FILE
*start CREATINE-or-any-page.shtml
<title>welcome</title>
text and stuff for the content
*END_DOCUMENT
Unfortunately, I used a web page analyzer and it is saying that my pages have NO title. It is probably because it is outside the <head> tags, as I did not have this problem in the past. It was just a random web analyzer on the web though, so Im not sure if google, et al are the same.
|