... Recommend this series to a friend.
Whatever background you want on your page is up to you. Nothing wrong with plain color; and always keep in mind that a webpage is to be seen for graphics and read for text. And if you have a page of color that makes it easy for the viewer to read, there's no problem with that. And if you have the right background (whether color or graphic) that works well with your choice of text and links, that's all right too. Let's see how we make a graphic background:
Before we place one on your page, know that this background must never be too "noisy" or 'busy" so that it will detract from the purpose of your page (to be read for content or seen for aesthetics). Whatever interferes with that purpose is a strike against your page; it's the legibility of the text that is most important. With that said, how are these graphic backgrounds obtained?
Let's say you like the background on this page you are looking at now (the one I used). What do you do?
First a warning to AOL Users … DO NOT Save graphics off the net using your aol browser. It will only allow you to save them as an .art extension instead of a .jpg or .gif
To correct this problem simply MINIMIZE all of your AOL browser by clicking on the _ button (that's the small dash at the top right side of your browser window).
Now once you have it minimized, double click on your Netscape (my preferred browser) or IE (Internet Explorer) to do your surfing for neat graphics to be used on your page.
AOL Users (one program I keep far away from) … you may not be able to upload using the upload feature in file manager. To avoid this headache, use Netscape or IE to upload you files. Now let's continue; uploading a file to your File Manager:
All right, now that you have uploaded the file (see Page 2 for how to upload files to the File Manager), how do we place it on your page? Here's the tag:
<BODY BACKGROUND="location of file and include the extension after the name">
And we will also include within those brackets all the other attributes of the BODY tag. Just for practice, let's assume you used the same background I have on this page, and downloaded "tanbkg" which is a gif file, and you loaded it into a folder you named "Bkg" (you can name it whatever you want as long as it is so named in your html tags). And for practice, we'll make the margin 50 pixels wide, the same as I have here, and the color scheme for text the same as I have here. The tag now extends to this:
<BODY BACKGROUND="URL OF YOU PAGE/Bkg/tanbkg.gif" TEXT="#003300" MARGINWIDTH="50">
A longer but more accurate way of getting the correct path (at least until you become comfortable working with html tags) is to open the Bkg folder (or whatever you named it), click the "View" link next to this uploaded background file, and then when it comes into view, right-click it, and click "Copy Image Location" (it is now on your clipboard so don't copy anything else; not yet). That's what you will paste next to the first quote in the above tag. Here it is again:
<BODY BACKGROUND="
Then you make a space after the Bkg/tanbkg.gif" (after that quote) and add TEXT="#003300" then a space and we add MARGINWIDTH="50">
Note that there ARE places within extended tags that require spaces. This will become apparent when we add the links to this extended BODY tag.
We return to the … Table of Contents … enjoy your work.
And if anything to add or correct - - I certainly would appreciate it.
Return to ... Navigator ... that's it.