Advertisement
DrupalCustom

html

Mar 10th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. How to add background image
  5. </title>
  6. <style type ="text/css">
  7. .bgimg{
  8. background-image: url(Koala.jpg);
  9. }
  10. </style>
  11. </head>
  12. <body class="bgimg">
  13. <br><br><br><br><br><br>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement