I am using wordpress and am having difficult editing the header text (which is my site name) in the template. the site is here. I need to alter the h1 heading in the php of the template so that I can add HTML style. Like for example: <i> Said</i> <b>What?</b> The Blog. Also is there any easy way I can replace the heading text with an image altogether? Thanks ahead for any help!
I think you would be better off creating it as an image, because if you stick any code in there it may show up in other places you don't want it (eg, the title of the page) but, now that I think about it go into your global header template file, and wherever it has the: <div class="header"> <div class="logo"> Code (markup): just take out the variable, and put in your text, including your HTML. That will work just fine
Thanks, it worked! I wonder if anyone could tell me why the small icon in the recent comments widgets (in the right hand side-bar) is overlapping text?