View Single Post
Old 2005-05-22, 12:06 PM   #4
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
If your header is creating the first lines of your page, then must include:
DOCTYPE
<HTML>
<HEAD>
all the shit you want in the head
</HEAD>

You'll run into problems along the way, especially cross-browser, if you don't have the necessay coding to tell the browser what it is deciphering.

The footer must end the body and html.

The problem with having a universal header for most of your pages in the inability to customize the title, keywords, and description for the pages as the content changes from page to page.
Useless is offline   Reply With Quote