• I am using the theme BlankSlate 1.6 to try and create my band site from scratch.
    This template is designed to allow me to use CSS to basically design the site myself.
    I’ve already designed the home page in Photoshop and spliced the different elements.
    As a test I uploaded a background .gif to the Media Library. Then I wrote the code below and pasted it into Editor of the BlankSlate template, background pic does not appear on my web site. What am I doing wrong?

    <html>
    <head>
    <style type=”text/css”>
    </style>
    </head>

    <body>

    body {background-image:url(‘Home_Page_Pic.gif’);}

    </body>

    </html>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘using .gif as background with CSS’ is closed to new replies.