Sure,
It might be easier if I used a page for an example. I made this one up :
****Between the Stars *******
<HTML>
<HEAD>
<TITLE>Enter Page Title Here</TITLE>
<META -----------=Content-Type content="text/html; charset=iso-8859-1">
<META name="generator" content="Trellian WebPage PRO">
<STYLE>
BODY{font-family:arial}
</STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff scroll=auto>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P align=center>
<TABLE height=50 cellSpacing=2 cellPadding=12 width=331 border=1>
<TBODY>
<TR>
<TD vAlign=top width=299 height=44>
<P align=center>How Do You Like My
Body?</P></TD></TR></TBODY></TABLE></P>
</BODY>
</HTML>
********
If you look at the page above you can see it starts out with <HTML> and then <Head> - don't worry if there is other stuff there - you never know what these crazy programmers will come up with next.
The head is usually VERY short - less than 10 lines and ALWAYS before the <Body> tag.
The easiest way I've found to add code is to use a program called "
Programmers Notepad 2" It's a free download.
I like this program because it will separate the lines so they are easy to find. If you still can't find it just use the search function and search for "head". The first tag you find should the be the opening <head> and the second one SHOULD be the closing head </HEAD> (of course if you have the word 'head' someplace there - such as in the meta keywords then the search will find that too :-)
That is all there is to it.
Andy