Um, you type it. It appears your knowledge base is lacking. Work through some tutorials. htmldog.com has a good set. cheers, gary
possibly check out the includes library if it's done in php but if done only in xhtml then look in the source code. good luck
If you wish to, you could look at the source code for our site: http://www.uniquewebsites.co.uk/ (Use menu option = View Source to see this code). Ignore any lines about script - they call our submenu package. I added the head and footer code into the master file and this then automatically copies across into each page. The <!-- #BeginEditable "doctitle" --> ... <!-- #EndEditable --> is added separately within each page so that I can give each page a unique meta title and description tag. (I will in future also have a unique keyword tag.) I hope this helps - I was lucky when I first started in web design as Expression creates the code for you.