
:)
( ,
Sun 26 Aug 2007, 0:40,
archived)

<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; }

after the background image code, try
( ,
Sun 26 Aug 2007, 0:58,
archived)
background-repeat: no-repeat;
background-color: black;

<style> #mainbar { background-image: url(yourimageURL);} </style>
for further CSS manipulation, you can also use www.b3ta.com/bpma
.

The little one is so cute I want to vomit into its beak.
( ,
Sun 26 Aug 2007, 0:41,
archived)