View Full Version : plz.good ppl help me ><"


malegebi
12-26-2004, 09:21 PM
hello...thank u 4 coming lol
ok my question is :
whats the code for entry background?
like i want to have different bg pic or color everytime
how do i do that???
plz....good pplz help me ><

i need the code

:D peace out.

p.s. merry x-mas

tokyo bleu
12-26-2004, 09:45 PM
<style type="text/css">
table.blogbody{
background-image: url (URL OF BACKGROUND HERE);
background-color: #FFFFFF;
}
</style>

This is the CSS code for weblog background images/colour. This won't give each of your entries a different one everytime. I'm not sure if such a code exists (unless you use the basic HTML code for backgrounds, but then again, no idea if it'll affect the weblog).