Skip to content

Instantly share code, notes, and snippets.

@jccarlin56
Created October 25, 2013 14:24
Show Gist options
  • Select an option

  • Save jccarlin56/7155493 to your computer and use it in GitHub Desktop.

Select an option

Save jccarlin56/7155493 to your computer and use it in GitHub Desktop.
Set the background Image From http://jdstiles.com/css/cssexamples.html
<style type="text/css">
body
{
background-image:
url("images/blu.gif")
}
</style>
<style type="text/css">
body
{
background-image:
url("images/blu.gif");
background-repeat: repeat-y
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment