Jazz up your posts....

materialsgirl

Cathlete
Alright, I'm going to try to explain how to change the color, size and font of your posts - for those of you who were interested. Bear with me, it's not as basic as the bold, italic or underline tags. But it's the same basic principal - you put "tags" around the text you want to change. There's always an opening tag and a closing tag. I have to use < and > for my brackets in order to post this - just make sure when you actually do it, you use the square brackets, which are located above and to the left of the Enter key on most keyboards.

So, to review: when we want to bold something, we use insert text here. The slash indicates that it's a closing tag. If you find your entire post bolded and you don't know why, it's probably because you forgot the slash in your closing tag.

The tag to add color is actually part of a general FONT tag, that has options for changing color, size, and font. We'll just deal with color for now. :)

The tag looks like this (but with square brackets):

<font color=red>insert text here</font>

Where I have "red", you can type any one of a number of "approved" color names. A list of widely recognized names appears here:
http://www.w3schools.com/html/html_colornames.asp
[font color=orchid]So I can make this text orchid, by typing orchid instead of red in my font tag.[/font] (ETA and it would help if I could spell things properly too! :p )

Does that make sense? Give it a whirl! Let's see some [font color=seagreen size=+1]COLOR![/font]


ETA
Alright, you guys look like you're catching on pretty well to the color changing. How about changing the text size? Wanna give it a try? It's within the same font tag. The font tag allows different "attributes", and color is just one of them. Another attribute is size. And that tag looks like this:

<font size=+2>insert text here</font>

To make your text bigger, use +1, +2, etc. To make it smaller, use -1, -2, etc. Note: +2 is [font size=+2]pretty big.[/font] And -2 is [font size=-2]pretty small.[/font]

If you want to be super fancy, you can change color AND size at once in the same tag. It would look like this

<font color=steelblue size=+2>insert text here</font>

[font color=steelbue size=+2]Here's a demo of that.[/font]

Now your turn! :D
 
[font color=red]Makes[/font][font color=blue] total[/blue][font color=green] sense[/font] [font color=black]to[/font] [font color=purple]me![/font] Thanks!
 
[font color= red]Thank [/font][font color=pink] you[/font][font color=orange] for[/font][font color=blue] coloring[/font][font color=green] my[/font] w[font color=yellow]o[/font][font color=purple]r[/font][font color=pink]l[/font][font color=red]d[/font]!

Wendy
 
[font color=green]Geek class in session[/font]

Thanks Evily!!:)

Oh crap, what'd I do wrong?

Yeah for me!!!

Wendy gets an A+ for using a different color for every letter -- you smarty pants:p
 
[font color=yellowgreen]Excellent use of SEVERAL tags at once, Wendy! [/font] :D

You guys catch on quick. And you all call ME a geek??? pshaw!
 
Okay... let's see if I can do this.

I work for a company that [font color=firebrick]FIRES BRICK![/font] Coincidentally, that's also the name of the font color!

Do I get my geek certificate now???:+
 
>Okay, so how do you do BOLD and color at the same
>time?

HTML tags can be nested. So it would look something like this:

<font color=green>insert text here</font>

You can nest as many tags as you want. [font color=green]Bold, italicize, underline, AND change the color all at once![/font]
 
Lorrie, you need to use the square brackets instead of the angled ones. :)

You too, Beavs! :p (I can tell Beavs already knows some HTML because she figured out the size thing)
 

Our Newsletter

Get awesome content delivered straight to your inbox.

Top