Using an image for the title
-
I’m trying to replace the title of my blog with an image that contains the title.
The code in my header is as follows:
<div id=”header”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>I haven’t found much help from search results, so I hope someone will be able to help me! Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Using an image for the title’ is closed to new replies.