Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.
Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.
Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?
word processing program
This is before the font tag! It's still default colour. <font color=#123456>Hey look, I'm whatever colour 123456 happens to be! I think it's a shade of grey. </font> Aww, I'm some text that's after the slash font tag, so I'm just default colour (and it's just slash font and not, say, slash colour, since you can put other font information in that tag). =(
Never use the font tag, CSS was invented for a reason. Google is your friend.
<span style='color:blue'>...</span>
Also, if you want to find a color you want on Windows, just go to MS 'Paint', click 'Colors', than 'Edit Colors...' A box will open in the center of your page. When it does, click on 'Define Custom Colors >>' and than with the '+' on the screen and the bar at the right, find the color and shade of it that you want. When finished open the Calculator and switch from 'Standard' to 'Scientific', and make sure it's on the setting 'Dec'. Than input the numbers of Red, Green and Blue, and convert them (seperatly) into 'Hex'. Than take the numbers/letters you got and put them into your HTML or CSS in #RRGGBB format. This is how I get my colors. But remember, if the number is single digit, then make sure you put a '0' in front.
If you don't know what I'm talking about in terms of the Dec and Hex setting, it's on the left side, right below the white number bar in the 'Scientific' mode.