actually similar, put a link as for the logo around wide.jpg and delete there the entries for width and height. Now the replacement for wide.jpg will take as much place as it needs.
I am sure it will jump below the logo if you use a too wide image. 800px is too wide!
I guess 600 or max 610px would still fit
____________________
you find me on Google+, Twitter and Facebook
(von: master)
Hier noch 3 weitere Ergebnisse dieses Threads:
Make the 800×60 banner on Arthemia (Free) a clickable link?
8. Mrz. 2010 (von: pure241)
I'm sure I can figure out how to change the image it's self but how do I make that image a clickable link? Weiterlesen →
Re: Make the 800×60 banner on Arthemia (Free) a clickable link? :: Reply by master
8. Mrz. 2010 (von: master)
in original arthemia's header.php you should find this:Code:<div id="head" class="clearfloat"><div class="clearfloat"> <div id="logo" class="left"> <a href="<?php echo get_option('home'); ?>/"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/logo.png" width="177px" height="39px" alt="" /></a> <div id="tagline"><?php bloginfo('description'); ?></div> </div> <div class="right"> <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/wide.jpg" alt=""…
Re: Make the 800×60 banner on Arthemia (Free) a clickable link? :: Reply by pure241
9. Mrz. 2010 (von: pure241)
Thanks for the quick reply. It's actually the wide.jpg that I want to make linkable. I want the logo.png banner to remain intact. Does the same code apply?Secondly, if the wide.jpg size varies, which variables in the code do I…