Søren O'Neill wrote:
The title says it all ... How do I put the page number at the top of a page
rather than at the bottom?
Kind regards
Soren
First set Layout->Document->Layout->Page style to Fancy, then in the
preamble add \rhead{\thepage} to put it in the upper right corner.
Change \rhead to \lhead or \chead to put it in the left corner or center
respectively. You can also embellish it (for instance,
\rhead{-\thepage-} to add a dash on either side).
This won't apply to a title page, though.
Paul