
<style>
body {
background: url('http://yoururl.com/image.jpg');
}
</style>
edit: might all need to be on one line for b3ta profile actually.

htmlinstead of body, and if that doesn't work, try
html, body, div

but it's all jumbled, can I make it so there's a black background with the image just once at the top?
( ,
Sun 26 Aug 2007, 0:55,
archived)

div { background: #000000 url('http://www.b3tards.com/u/1628d80a69fd3a28d054/spectrum.jpg') top left no-repeat; }