Sat, 2004-03-13 00:39
publicsquarebooks.com/index.html
At the left, I've created a background image that I would like to go to the bottom of the <td> that contains the left side graphic. I tried this:
<style type="text/css">
.Leftback1 {
background-image: url(LeftBG.jpg);
background-repeat: repeat-y;
}
</style>
and added a class=Leftback1 to the <td> but that didn't work. Any ideas?
Here's the image I want to use as the background:
publicsquarebooks.com/LeftBG.jpg
any help would be appreciated.