Tutorial One CSS

CSS - Background Image


Use the Jump Links in the top table to move about this document

Remember: Your greatest tool is 'Copy/Paste'.
Note that you must use a semicolon (;) between css commands.


How to have a small image repeated as your background
Each style sheet has a 'background' section. Probably at the top. Below is an example of the code you are looking for.
background-color: #7FFFD4
Change it to the code below - exactly. Remember to put the name of your image in.
background-image: url("../images/mypicture.gif")

Home(RoseAlma Craft Centre) *  Home(RoseWeb services) *  Back to Work Area *  Tutorial Index