Tsunami wrote:@DustyBones Dusty, what are these codes actually for? and are you going to be one of the teachers for the up coming classes on Graphic Balloon?
That is the BBCoding for the different color fonts.
For example; When typing in the editor to make a post here if you highlight some text, click on the Color Icon, ie;
The text will turn red. You can then replace the letter/number coding with another color of your choice. You can also use the color name and not the number/letter coding. If using the number/letter code, you must use a hash mark front of the code, ie; "#".
Example;
- Code:
[color=#FF0000]Graphics[/color]
or
[color=red]Graphics[/color]
That gives you;
GraphicsYou can use the number/letter code in HTML coding too.
You can also use RGB color coding. ie;
Red RGB color code is; rgb(255, 0, 0)
Example;
BBCoding is used mainly on Forums and HTML is used in both forums and regular web sites.
As far as helping to teach, nothing has been talked about but I don't mind helping out if I can.
I hope this helps answer your questions..