Is it possible to make a element contain a background image, and if so, how would I go about doing this?
element contain a background image, and if so, how would I go about doing this?
Foo Bar
and in your CSS file:
.foo { background-image: url("images/foo.png"); }