the page number is on the same line though. After setting the document heading to fancy I've modified the preamble \pagestyle{fancy}\lhead{} \chead{}
\rhead{foo is good \thepage}
To get the page number below "foo is good" you want to modify the above as \rhead{foo is good \\ \thepage} which will add a line after the text.
2. I want to get the running head onto the titlepage. It's clear the running head is not in teh header area. When I add anything above the title I end up making an additional page.
Try \thispagestyle{fancyplain} somewhere on your title page or try putting in \pagestyle{fancyplain} in your preamble.. it may work, I'm not sure...
nirmal
