Hi! I'm posting here b/c the drupal boards suck and I'm not getting an answer... Hopefully I'll have better luck here. I'm trying to make the page title an image. I have a few pages that are created with the Views modules (like the events page, http://www.smtphotography.com/mrv2/events) and I made the title <img src="http://www.smtphotography.com/mrv2/themes/bealestreet/roopletheme.png"><span class="hidden">Events</span> Code (markup): This shows up how I want it. The image shows and I have Events next to the image with the style class "hidden" which makes it super tiny black font (so that Events is passed through to head_title and shows correctly at the top of the window.) Well I tried to do this for a regular page title. It doesn't work (http://www.smtphotography.com/mrv2/about). It shows the code instead of the image. I found this tutorial on Drupal for changing a node title to an image (http://drupal.org/node/221854), but I do not know enough about PHP to make this work for a page. Also.. This seems a little more complex than what I want. I'd be happy with it just reading the html and not converting it so it shows up how I typed it. I dont mind putting in the img tags. I have the page title module installed, so it passes that field to head_title. If anyone can please help, it would be much appreciated. Once I get this done.. I'm golden and can just work on content and can finish up this site! Thanks! Sumati