Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter Jazzvox

    (@jazzvox)

    Hi Michael, thx for the hint-for-headers! The designer of the header image bound me to keep his copyright there, so I can’t put it to the footer.
    The ‘name’ and ‘tag line’ is adjusted more to the right ?? looks better!
    I failed in making the banner clickable, <a href can’t be nested as I guess and I have to do this in my header.php – somehow..

    <div id="logo">
      <div id="name"><a href="<?php bloginfo('siteurl'); ?>"><?php bloginfo('name'); ?></a>
    	<div id="tagline"><?php bloginfo('description'); ?></div>
      </div>
    </div>

    Putting <a href="<?php bloginfo('siteurl') around the name-div using <?php bloginfo('logo'); ?> makes an extra line on top left showing the title once more ??

    Anyway, the road is the pace, code is magic..

Viewing 16 replies (of 16 total)