master_green header.jpg image link

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.

twst

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;

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