WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started 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
-
Can the code in screen.css be modified to provide a link back to home?
.header {
background-image: url(images/header.jpg);
height: 155px;
width: 760px;
padding: 0px;
-
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.