<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Shai,<div><br></div><div><br></div><div>I did not edit the page.tpl. &nbsp;Instead, I disabled the title and slogan in the theme configuration. &nbsp;Then in .css I replaced the header background image with my new image. &nbsp;</div><div><br></div><div>The result is that the HTML output of the header on all pages is blank &lt;div id = "header"> &lt;/div></div><div><br></div><div>What you said, though, enabled me to figure it out. &nbsp;I simply needed to set the a href statement around the whole header div, and it worked. &nbsp;</div><div><br></div><div>By the way, I simply set it as &lt;a href = "home">, which works on local host. &nbsp;I hope this won't cause problems after upload? &nbsp;I.e., I don't need to use the Drupal l() function to maintain proper internal links?</div><div><br></div><div>Thanks for the pointer. &nbsp;Now that I see it, I feel pretty stupid for needing to &nbsp;bother people with this.</div><div><br></div><div>Steve</div><div><br></div><div><br><div><div>On Jul 21, 2008, at 10:16 AM, Shai Gluskin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi Steve,<br><br>Sounds like you must have edited the page.tpl.page for the theme you are using in order to get the header image you wanted. Is that correct? That's where the html goes as well.<br><br>Why don't you post that snippet of the code and then I or someone can post back with the simple snippet you'll need to get that to be a hyperlink.<br> <br>But you could try on your own as well --, just make sure that the php part is "off" near where you have the header image, and put in the html. &lt;?php turns php on&nbsp; and ?> turns it off. Html happily goes outside of those tags.<br> <br>Shai<br><br>So then you just go inside the theme folder for the theme you are using and go to page.<br><br><div class="gmail_quote">On Mon, Jul 21, 2008 at 10:05 AM, Steve Hays &lt;<a href="mailto:hays@ohio.edu">hays@ohio.edu</a>> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have included the Site Title and Slogan in a header background image<br> that occupies the header of my site. &nbsp;Can someone please tell me how<br> to code (and where to put it) a link so that a click anywhere in the<br> header takes the user to the front page? &nbsp;I would have no problem with<br> this if it were simple HTML, but the compartmentalized PhP structure<br> of Drupal has me pretty confused.<br> <br> Thanks in advance,<br> <br> Steve Hays<br> Classics<br> Ohio University<br> <font color="#888888"><br> --<br> [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br> </font></blockquote></div><br></div> -- <br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br></div></body></html>