WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: twst on May 15, 2008, 04:50:22 AM

Title: master_green header.jpg image link
Post by: twst on May 15, 2008, 04:50:22 AM
Using the master_green template, how can a link returning to the home page be assigned to the header.jpg?

Template/header ref:
http://addons.WebsiteBaker.org/pages/lorem-ipsum.php?template=master_green
http://addons.WebsiteBaker.org/templates/master_green/images/header.jpg

Thanks
Title: Re: master_green header.jpg image link
Post by: twst on May 15, 2008, 05:00:41 AM
Can the code in screen.css be modified to provide a link back to home?

Code: [Select]
.header {
    background-image: url(images/header.jpg);
    height: 155px;
    width: 760px;
    padding: 0px;
Title: Re: master_green header.jpg image link
Post by: marathoner on May 15, 2008, 09:10:21 PM
You'll need to modify the template index.php file to include <A HREF> tags like you would to create any other link. Since you can't create a <A> tag for a background image you might simply want to modify the template to use an <IMG> tag instead of the background image.