Repeating Patterns for Web Page Backgrounds
This article is filed under: Articles, ResourcesK10K.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);
}


Leave a Reply
April 20th, 2007 at 2:37 am
hey thanks for the great help!