No sure whether u still need it. Your code should be like this:
<div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div id=”headerimg” onclick=”location.href=’http://www.yourURL.com/’;” style=”cursor: pointer;” title=”Home”></div>
<div class=”description”><?php //bloginfo(‘description’); ?></div> </div>
replace the http://www.yourURL.com with your real domain.
Hope this will help!
hi, i’m using this code and it works.
<div id="header">
<a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>">
<div id="headerimg">
<h1><?php bloginfo('name'); ?></h1>
<div class="description">
<?php bloginfo('description'); ?>
</div>
</div>
</a>
</div>
however, i get a couple weird dots when i click on the header, in the top left corners.