I got the fancyhdr package and I have just this one last problem. With the following code, I can produce the header (see figure)
Code: Select all
\usepackage{fancydhr}
...
...
...
\newpage
\pagestyle{fancy} \pagenumbering{arabic} \setcounter{page}{1}
\addtolength{\headheight}{\baselineskip}
\newcommand{\ffont}{\fontsize{9}{9}\selectfont}
\lhead{}
\chead{}
\rhead{\bfseries\ffont Blablabla \\Blabalblalalblal \includegraphics[width=20pt]{ULB.jpg}}
\renewcommand{\headrulewidth}{0.4pt}
As you can see the figure is to large to be on one line so LaTeX uses some extra space for the figure, which results in bumping the other text up. I've tried several things but I can not get the figure overlapping two lines, with the two lines of text beside it. I think I should force LaTeX into doing something with the text, or is there a way to manipulate the figure placement? Anyone with a bit of help?
Grtz.