Linking Header to Homepage
-
Hi, I am trying to make it so when people click on my header image, they go back to the main page….so if they leave a comment, instead of having to re type in the page address, they can click on the header and go back to the main page… I am a complete beginner, but I am getting a long ok….I know minimal HTML code, so if you are going to help, be as descriptive as possible. Here is what I think is my header code…
<style type=”text/css” media=”screen”>
#headerimg { margin: 0; margin-top: 0px; height: 200px; width: 800px; }#headerimg { background: url(‘<?php bloginfo(‘stylesheet_directory’); ?>/images/header.jpg’) no-repeat top;}
#footer { background: url(‘<?php bloginfo(‘stylesheet_directory’); ?>/images/footer.jpg’) no-repeat top;}</style>
I want that if people click on header.jpg, they are brought back to https://www.sternshowclips.com
Could someone show me what the new code would look like…
Thanks! ??
- The topic ‘Linking Header to Homepage’ is closed to new replies.