Hi, Sorry to bother you with this "simple" question but I'm really stuck for some reason. I'm trying to make my header image clickable on the blog Correr Es Mi Destino. I tried different methods but none seem to work and it's a bit frustrating Here is the piece of code I think I'm supposed to deal with: <body> <div id="header"> <a id="headering" title="Correr Es Mi Destino - My New Life In Canada Under The Snow" href="<?php echo get_settings('home'); ?>/"></a> <?php /*<div id="navbar"><ul><li><a title="Home is where the heart is" href="<?php echo get_settings('home'); ?>">Home</a></li><?php wp_list_pages('title_li=&depth=1'); ?></ul></div> */ ?></div><div id="wrap"> </div> </div> If you need more code, please let me know... Also note that I'm using a tweaked theme: I don't think I use the "headering part" of the code anymore. Thank you so much for your help...!
you have to give us more information. which template page did you get this code from? is it header.php? you also may have a background set in your css. either way, to make it clickable your going to have to insert your image in your header.php. give us all the code for your page that contains your header (most likely called "header.php).
Okay, sorry guys! Here my whole header.php: I don't have a CSS for the headering... Just CSS for the header: (I have two CSS files) Thanks for your patience!
Sorry about the weird quote mistake in the middle, can't edit it due to a DP bug which I'm going to report now
May I call you master? It works great, thank you so much! I appreciate your patience... and your skills!
You're welcome. And I didn't say this before, but that is a really nice blog + love your drawing skills.
Thank you! Ad once again... thanks for your valuable help ;-) I'm usually okay with CSS, Php and HTML (I tweak my blog by myself, do the design etc.) but I occasionally get stuck on silly things. I'm glad you were here to help!