Note: This section is now in read-only mode.
Please use our new community site for future posts.

Back To Board

One More Try

Posted By Tim

I hope this works this time because I am getting tired of looking stupid.

FYI the buzzword HTML stands for (H)ypertext (M)ark(U)p (L)anguage. A fancy word that means the computer language used to create web pages (more or less).


If you want to see this:

Example of Bold Text

You must type this HTML Code:

Example of <B>Bold Text </B>

If you want to see this:

Example of Color #1

You must type this HTML Code:

Example of <font color="FF0000">Color #1</font>

If you want to see this:

Example of Color #2

You must type this HTML Code:

Example of <font color="00FF00">Color #2</font>

If you want to see this:

Example of Color #3

You must type this HTML Code:

Example of <font color="0000FF">Color #3</font>

If you want to see this:

Example of Color #4

You must type this HTML Code:

Example of <font color="880055">Color #4</font>

You can play with the numbers until you find the colors you want.
The color code is as follows. Each of three 'primary' colors has
a two digit hexadecimal number associated with it which can take
on any value from 00 to FF (which is 255 in Hexadecimal). You can
add different amounts of red, blue, or green by tweaking the numbers
in the font/color statement. If I remember right FFFFFF will give
white and 000000 will give black (but I might have that backwards)