Departments
 Info
   Home Page
   Articles
   Software Goodies

 Explanations
   How do they do that?
   The Web in Focus

 Resources
   Web Site Stuff
   Tech Books
   E-Books
   Tech Toys
   Web Hosting
   Links

 Women
   Opinion
   Tech Women
   Women's Studies

 Tech News
   Computer Security
   Databases
   Java
   Linux
   MP3
   PC Software
   Robotics
   Site Owner
   Tech Latest
   Web Development
   XML

 Spread the Word
   Newsletter
   Recommend this Page

 Site Info
   Legal Disclaimer
   Privacy
   Contact

 Lighter Side
   Crazy for Life
   crazy for romance
   Crazy for Kitties
   Crazy for Dogs
   Crazy for Cows

Copyright 2000-2001, hertechnology.com

 
Software Goodies
Background Images

Yes, I am cheating. This column is supposed to be about cool or useful or fun software programs that you can use on your web site or local computer that are free or low-cost. That is exactly what I am going to put in here in the future, but for this first column I decided to show you how I got the striped blue-and-teal background set up for this web site.

See this little image: . Yep, that little thing is the background image for the whole page!

To use the image you need to tell the browser to make it your background. That is done with the <BODY> tag, like so (with the GIF file stored in a directory called graphics, in a file called blue_green.gif):

<body background="/graphics/blue_green.gif">

It doesn't matter if you spell body as BODY or body or Body. If you put your mouse cursor on something that is not a link and click the right mouse button (on PCs) you will get a menu popped up. Select View Source from the menu and you will get a screen with the HTML for this page. If you look down a few lines, you will see the BODY tag that uses the GIF for the background.

The browser simply repeats the image over and over to fill in the entire page. You can get some very nice -- or truly strange! -- effects this way.

Make Your Own

If you have a paint program, you can edit the image and use different colors. First save the image to your local hard drive. (Put your mouse cursor over the little image above, and click the right mouse button. Depending upon your browser, the menu will say "Save Image As..." or "Save Picture As...". Give the picture a filename that you will remember and save it in an appropriate directory on your hard drive.) Then bring up your paint program and open the image file. Zoom in or show the image using magnification to about 1600%. Now you can paint over the colors or do whatever you want.

Here is a little HTML you can paste into a text file. Put the file in the same directory as your GIF images. Then just edit the file and put your filename in place of dots2.gif.

<html>
<head>
<title>Background</title>
</head>
<body background="dots2.gif">
</body>
</html>

Want to see what dots2.gif looks like? Click Here. Use the back button to return to this page.

Background Images for You

Here is a collection of background gifs in different colors and styles. I'll add more from time-to-time. If you want to email me some to add, please send them to webmaster@hertechnology.com. All the images here are free for the taking (right click on the image as explained above to save it to your hard drive). Have fun with them. Some are unusual, and some are not all that attractive -- they are just designed to show you what effect you get when the image is repeated.


These backgrounds create very narrow stripes. Some are really bright.

fucia_back.gif
blue_teal.gif
white_cream.gif
navy_purple.gif
blue_lav.gif
peach_lav.gif
peach_white.gif
red_white.gif
red_blue.gif
blue_blue1.gif
orange_yellow.gif
green_green.gif


These backgrounds create wider stripes.

blue_blue2.gif
blue_blue3.gif
white_peach.gif
white_cream2.gif
white_lav.gif
white_lav2.gif
mustard_maroon.gif
brown_maroon.gif


Some backgrounds with little bars.

teal_or_bar.gif
green_bar.gif
orange_bar.gif
blue_bar.gif


These are the unusual ones!

green_spot.gif
dots.gif
dots2.gif
squiggles.gif


If you do want to use one of these backgrounds, do not link to them from this web site. Make a copy on your own web host.

Tech Books

Tech Toys

More News

  Want to bookmark this site? Press Control-D. (Hold down the control key and the letter D at the same time.)