<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div>Don’t you just need to do something like (I am a LaTeX user, so, if using TeX, modify accordingly):</div>
<div><br class="">
</div>
<div>In the preamble:</div>
<div><br class="">
</div>
<div>\usepackage{fancyhdr,graphicx}</div>
<div>\fancypage style{mystyle}{</div>
<div>\fancyhf{}</div>
<div>\fancyhead[L]{\includegraphix[width=1in]{<figurename>}}</div>
<div>\fancyhead[R}{desired text}</div>
<div>}</div>
<div>\setlength{\headheight}{1in}   % or maybe a tad more to include the 1in graphic.</div>
<div>\pagestyle{mystyle}</div>
<div><br class="">
</div>
<div>with maybe a \thispagestyle{plain} command on the first page in the body of the document?</div>
<div><br class="">
</div>
<div>I hope this helps.</div>
<div><br class="">
</div>
<div>Cheers, Chris.</div>
</div>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 28 Feb 2021, at 9:42 am, Jerry <<a href="mailto:jerry@seibercom.net" class="">jerry@seibercom.net</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Ok, specifically,I need to change the top margin and head height<br class="">
settings. The first page is just a normal business template. The second<br class="">
page is supposed to have a picture in the heading on the left side and<br class="">
some text on the right. The picture is circular and one inch in<br class="">
diameter. Using 'fancyhdr;, when I place it in the 'fancyheader[l]'<br class="">
command, the picture is too big for the area. Worse, text is then<br class="">
written through it.<br class="">
<br class="">
I can correct the problem using the '\newgeometry' command. I just<br class="">
cannot figure out hoe to do it without having to enter it manually.<br class="">
<br class="">
I hope I have explained this satisfactorily.<br class="">
<br class="">
-- <br class="">
Jerry<br class="">
<br class="">
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>