In computer class.
Crush: How do you do this format
stuff for the text omg? It's so complicated!
Me (thinking): Oh yes this is my chance to talk to
him!
Me: Here, it's actually easy! Just do this:
Open up an HTML Edit tab, open up a HTML Color tab, and also open
up Microsoft Word if you want for the fonts! Now, you need to first
start off with a code like this: <span
style="font-family:tahoma,geneva,sans-serif;"><span
style="font-size:44px; color: #00000"></span>.
Right between the span thing and font size you put your text in! In
the # thing, open the color tab and copy the code in! If you want
spaces, put </br>. If you want letter spacing, use the letter
spacing code: letter-spacing: -1px. Remember, negative numbers make
your text more squished together! Also, if you want your text to
have a shadow, do: text-shadow: 0px 0px 2px #000000! Oh, and then
after you've got all that, you need to transfer the text by
dragging it from your HTML Edit tab to the tab you want to put it
on! But that's just the basics. Easy!
Crush: ...what the