Website Design

Website Design: Really Obnoxious Web Page Backgrounds

Looking for something a bit more interesting than the white background that’s currently gracing your current website? How about something lively and different that will make your pages totally unreadable? After all, you didn’t want those pesky visitors reading your copy anyway.

In the spirit of giving that has made the Internet what it is, I offer this unique collection of Really Obnoxious Web Page Backgrounds!

1. Filename: boxes1.gif

Web Design: Obnoxious Web Page Background No. 1

And here is the CSS code:

<style type=”text/css”>
body
{
background-color: #000;
background-image: url(‘boxes1.gif’);
background-repeat: repeat-y
}
</style>

2. Filename: boxes2.gif

Web Design: Obnoxious Web Page Background No. 2

3. Filename: boxes3.gif

Web Design: Obnoxious Web Page Background No. 3

4. Filename: oddball.gif

Web Design: Obnoxious Web Page Background No. 4

5. Filename: planet.gif

Web Design: Obnoxious Web Page Background No. 5

6. Filename: quilt.gif

Web Design: Obnoxious Web Page Background No. 6

For backgrounds 2 through 6, here’s how to write the CSS:

<style type=”text/css”>
body
{
background-image: url(‘boxes2.gif’);
background-repeat: repeat
}
</style>

Post navigation
Scroll to top