Body background code?Html help?What did i do wrong?

anna

New member
So i'm just trying to make myself a simple black default layout. I used this code: <body background=""> and yes i inserted the url in between the parenthesis and i used the direct link,html,email,img none of them worked. When i previewed my profile there were just two dots where i put the code.What did i do wrong?
 
Sorry have to disagree with the above comment. Background is indeed an attribute of the body tag.
But if it's not working, which it should, use

<body style="background-image:url('url of image');">
<!-- code of website -->
</body>
 
Back
Top