My Space... Noob Qestion

Soldato
Joined
5 Jun 2005
Posts
20,851
Location
Southampton
how do you edit the background or put a theme in guys? i'm no HTML pro to say the least... i don't understand where you put the code in? i found some themes online with code to apply, but can't see where you put it?
 
You want something like this:

Code:
<Style type="text/css"> 
body{ 
background-image:url(IMAGE URL);
}
</style>

Replace IMAGE URL with the image url you want as your bg obviously :)

If you're looking for where to edit a theme, just try searching for "background-image:url" and that should do it... Failing that, post a link to the theme.
 
Back
Top Bottom