Articles

Repeating Patterns for Web Page Backgrounds

This article is filed under: Articles, Resources

K10K.net provides many free repeating pixel patterns that make great web page backgrounds.

To use the patterns, download the pattern image and upload it to your images directory using FTP.

After uploading the image, you can either add the background directly within the body tag or add it to your CSS file.

Body Tag Example:

background-image=”images/pattern-image.gif”>

CSS Example:

body
{
background: url(images/images/pattern-image.gif);
}


K10K.net
:
Repeating Pixel Patterns for Web Page Backgrounds

One Response to “Repeating Patterns for Web Page Backgrounds”

  1. natalie(: Says:

    hey thanks for the great help!

Leave a Reply

Feel free to add any additional thoughts or bring up any questions.