I have a page I need help with:
I am trying to get the left side graphic to continue down the page with a background image. Here is the css code:
<style type="text/css">
.Leftback1 {
background-image: url(LeftBG.jpg);
background-repeat: repeat-y;
}
</style>
and my <td> tag:
<td rowspan="2" class="Leftback1">
and the bg image:
What am I doing wrong?
Thanks in advance.
I am trying to get the left side graphic to continue down the page with a background image. Here is the css code:
<style type="text/css">
.Leftback1 {
background-image: url(LeftBG.jpg);
background-repeat: repeat-y;
}
</style>
and my <td> tag:
<td rowspan="2" class="Leftback1">
and the bg image:
What am I doing wrong?
Thanks in advance.