Currently i am using this code
for the banner in my forum.
It's not a huge issue, but the banner doesnt link to the home page. Its just there as a picture. Is there a CSS code which could link the banner to the homepage?
Thanks for taking the time
- Code:
.headerbar {
background-color: transparent;
background-image: url('LINK IMAGINE');
height: 170px;
background-position: top;
background-repeat: no-repeat;
}
for the banner in my forum.
It's not a huge issue, but the banner doesnt link to the home page. Its just there as a picture. Is there a CSS code which could link the banner to the homepage?
Thanks for taking the time