HTML Tips » Background Sound Using control characters as bullets Creating a vertical line Indenting text |
You can specify basic text colours using style sheets the <BODY>
and <FONT COLOR="...">
commands. For example,
<BODY BGCOLOR="#FFFFD8" TEXT="#000000" LINK="#400080" VLINK="#C40000" ALINK="#00A000">
is used for this page, ie. a cream background, black text, blue unvisited links, red visited links and green active links.
<FONT
COLOR="#00A000">green</FONT>
will produce green text.
In all cases, the colours are described using a six digit red-green-blue (RGB) hexidecimal code. This is slightly easier than it sounds. The first two digits represent the red portion of the colour, the second two for green and the last two for blue. The valid range for each colour is from 00 (dark) to FF (light). For instance, here are some common colours in hex form:
Colour | R | G | B |
---|---|---|---|
Red: | ff | 00 | 00 |
Green: | 00 | ff | 00 |
Blue: | 00 | 00 | ff |
Magenta: | ff | 00 | ff |
Purple: | 99 | 00 | dd |
Light Gray: | bb | bb | bb |
If there is a colour, in a graphic say, and you wish to know its RGB constituents you can use a package such as the excellent Paintshop Pro to determine the split. The colour fractions will be given in decimal rather than hexadecimal. This means the colours will range from 0 to 255 rather than 00 to FF; use a scientific calculator to convert or check out my hex to decimal conversion chart which should also help you to count in hexadecimal if you're not sure how to.
With Netscape Navigator 2 upwards and MS Internet Explorer, you can describe colours in terms of a name, ie. "red" instead of "#FF0000". It should be noted that while Netscape supports 140 colour names, Internet Explorer 3 supports only 16 of these. Not all browsers support colour names. InfiNet have created a complete colour chart, telling you allowable colour names, their associated hex code and an demonstration of the colour itself. Netscape also has a page explaining the Colour Units and Names in Navigator and Microsoft has an equivalent Using Named Colours in Internet Explorer.
Colour wheels of all the web-safe colours are at VisiBone. Here, you can click out a colour scheme with the free online Colour Lab and pick colours in Adobe Photoshop or ImageReady or Linux The Gimp with the free swatch collections. To top it all, there's a thoroughly useful poster for sale of all 216 colours in the Webmaster's Palette.
Special characters, such as ampersand (&), less-than (<) and copyright (©) can be displayed in your document using special code. The code for special symbols is always held between an ampersand (&
) and a semicolon (;
). For instance, to display the symbol <, you need to write the code <
. Jalfrezi now has a full list of available symbols.
Meanwhile, here are some examples.
< <
> >
& &
æ æ
© ©
non-breaking space
Incidentally, a non-breaking space can be quite useful as it enables you to insert a space-character anywhere and as many times as you want; I used four in a row to indent the first line of this paragraph. Bear in mind that there are better ways than this for general spacing and alignment of text (such as tables or <PRE>
).
Customizable counters, like the one shown here, are (were) available free from WebCounter. Unfortunately WebCounter is currently not taking on new counters. |
|
LinkExchange are now also providing a free counter service which they call FastCounter. This also includes a regular e-mail presenting statistics on your counter hits. |
|
If you want historical statistics and a whole host of other free stuff relating to use of your web pages, check out HitBox. Each site is also placed in a category (such as Web Resources) and ranked based on its popularity. |
|
WebTracker is another statistical service and also doubles as a customisable counter, as you can see from the graphic opposite. Regarding your visitors, Webtracker says, "You gain informative data on what browser they are using, the operating system they are running, and can even tell if they are a return visitor! Find out what days of the week are hot at your site, and find out what time of the day visitors come to your site." Webtracker is now taking on new subscribers. |
stats for this page |
If your Internet service provider (ISP) lets you run cgi-scripts on their web server, you could make your own counter based on code available at Matt's Script Archive. For masses more counters, trackers and statistics, check out Mark Welch's excellent Web Page Access Counters and Trackers.