WebsiteBaker Support (2.8.x) > Templates, Menus & Design

master_green header.jpg image link

(1/1)

twst:
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

twst:
Can the code in screen.css be modified to provide a link back to home?


--- Code: ---.header {
    background-image: url(images/header.jpg);
    height: 155px;
    width: 760px;
    padding: 0px;
--- End code ---

marathoner:
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.

Navigation

[0] Message Index

Go to full version