Hello - I'm trying to change the header text for all of my pages to images. I have accomplished this on the sideboxes but I want to replace the heading text in the center box with an image, is there a similar process?
I need it to say something like this in the code but I cant figure out how to make the change to H1 so I can display that image...
<div id="indexDefault" class="centerColumn">
<h1>
<img src="my image here"/>
</h1>
or
<div id="shippingInfo" class="centerColumn">
<h1 id="shippingInfoHeading">
<img src="my image here"/>
</h1>
this is the site Im working on, you can see my custom headers in the sidebox but I need image headers for the other pages as well...
www.1nventoryshop.com
Thanks so much in advance...



