Putting up a background using CSS

<< back | refresh | forward >>

To put up a background, copy and paste the code below on your page then replace where it says BACKGROUND URL with your own background url:

  • If you want your background to repeat, then keep the code the way it is.
  • If you want the background not to repeat, then repalce "repeat" with "no-repeat".
  • To make your background repeat vertically on the left side of your page, replace "repeat" with "repeat-y"
  • To make your background repeat horizontally on the top of your page, replace "repeat" with "repeat-x".