Background images won't align

http://webs.ashlandctc.org/csimmons/sites/actcfoundation/pages/index_beta.htm

I can’t get the background images to align… Help?


.style3 {
background-image:url(../images/left.jpg);[COLOR=Red]**
background-position: right top;**[/COLOR]
background-repeat:no-repeat;
}

or, in shorthand:


.style3 {
background: url(../images/left.jpg) no-repeat top right;
}


background:url('../images/left.jpg') no-repeat top right;

Use that in style 3… You want the background image to align to the right so its snug against the center td.

sigh once again as I’m typing u reply…

lol

there there warm hug :fab:

I guess that’s why u made that username (fasterthanlight) :stuck_out_tongue:

btw w1sh, nice avatar! :thumb2:

Ah, you guys are the best. Thanks so much.