My header is being called from the CSS rather than the header.php file and it looks like this: #content{ background:#FFFFFA url(./images/main.jpg) no-repeat; float:left; padding:10px; padding-top:290px; width:480px; font-size:1em; } I would like to make the image click-able...can anyone tell me how I can make this happen? My blog is currently set to only show one post on the home page...where might I find the setting to make it show more than one? url is: enviro bama .com (minus spaces) Thank you in advance for the help...rep will be given.
Add something like: <div id="content" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;"></div> Code (markup): in your header.php or index.php ...