CSS Background Image?

Chase K. Utley

New member
Im very new to css but i know a lot of HTML. Im trying to align a background image inside of a table using css.
I have the css part all written out, but i don't know how to apply it to the table. Got any ideas. This is my css.

<style type="text/css">
#dispaly{
clear: both;
background: #fff url(pics/gradient_header.jpg) no-repeat 0 0;
margin: 10px;
color: #fff;
height: 200px;
}
</style>
 
Back
Top