DH Templates

Need CSS Code for open and close tags?

I have a body template that starts off this way: body { background: #020104 all codes etc.. and ends: text-align:center; padding-top:20px; } ... not sure how to open the body tag in CSS and so on.. the free website template only gave this part of the code, no head tags and no style sheet tags, just body insert. Can anyone make sense of this? Thanks. I saw you didn't close the body tag at the end, but I got ya, thanks. I tried many different ways, including yours, it doesn't work. Is it possible (bravenet) doesn't allow CSS codes?

Public Comments

  1. <html> <head> body {background: #020104;all codes etc..and ends: text-align:center; padding-top:20px;} </head> <body> Type your code here... <body> </html>
Powered by Yahoo! Answers