keichan
10-29-2003, 03:48 PM
The Scoop:
I am trying to create a blog template that has entries that repeat. No biggie.
The Problem:
I want to have the background image linked to the blog's homepage and don't know how to accomplish this.
The Specs:
The background image is 100px by 100px. It is non-repeating and only appears in the upper right corner of every blog entry.
The CSS:
.entry {
background-color: #FFFFFF;
margin-top: 5px;
margin-bottom: 5px;
border: #000000 1px solid;
width: 498px;
background-image: url(http://www.X.com/bkg.gif);
background-repeat: no-repeat;
background-position: right top;
}
The Plea:
I would appreciate it if someone could tell me if/how to make the background image link back to the homepage, I would greatly appreciate it. Thanks in advance!
I am trying to create a blog template that has entries that repeat. No biggie.
The Problem:
I want to have the background image linked to the blog's homepage and don't know how to accomplish this.
The Specs:
The background image is 100px by 100px. It is non-repeating and only appears in the upper right corner of every blog entry.
The CSS:
.entry {
background-color: #FFFFFF;
margin-top: 5px;
margin-bottom: 5px;
border: #000000 1px solid;
width: 498px;
background-image: url(http://www.X.com/bkg.gif);
background-repeat: no-repeat;
background-position: right top;
}
The Plea:
I would appreciate it if someone could tell me if/how to make the background image link back to the homepage, I would greatly appreciate it. Thanks in advance!