Codes

Hello there!

For all these DIY fans, here are the one, the only, HTML codes!
If I got them from somewhere else they'll be credited, feel free to look at them on the actual site!

Now, one of the most important things with HTML, is that pressing enter doesn't work. You have to type <br> which can get very annoying. 


Basic
Pick which one you would like, for example, a if you want no background & a border, you would copy and paste the 'Border' code. Then delete the 'Hello' part and type what you want


Background
<p style="background-color: #black; ; text-align:center; font-size: 15px;"><font color="#black" face="arial">Hello!</font></p>

Border
<p style=" border: 10px solid #000000; text-align:center; font-size: 15px;"><font color="#ffffff" face="arial">Hello!</font></p>


Background and Border
<p style="background-color: #black; border: 10px solid #white; text-align:center; font-size: 15px;"><font color="#White" face="arial">Hello!</font></p>


Harder
Now, here comes the real editing!



Squashed Text
letter-spacing: 0.0pt">
Add after the font size

Text Shadow
text-shadow: 1px 1px 1px #000000;">
Add after letter spacing or if none, the font size
Change the first 2 number values to move the shadow around and the 3rd value to sharpen or blur it


Blinking Text
text-decoration: blink;">
Add after text shadow, if none, letter spacing, if none, font size ☺
Note: Only works in Mozilla Firefox



Hardest! :O

Coming soon


Other
For these, don't put them with the main HTML. For example, if you wanted a sentence in bold, you would do <b> Hello </b>


Italics
<i>italics</i>

Bold
<b>bold</b>

Underline
<u>underline</u>

Strike-through
<s>strike-through</s>



Extra Information

Firstly, if you want a different border or colour for your pres, just edit the coloured bit.
It can be just plain black, blue, red, etc, or a HTML code, FFF or 000000. Check the 'websites' page for a colour picker.
For borders, paste either dotted, dashed, double, outset, inset, groove or ridge instead of solid.

Now. Fonts. It's quite easy with the fonts. Just write the name of whatever font you want.
But, (yes, there's always a but) there are some restrictions. You can only see fonts that you already have. Which narrows the list down quite a bit. There are only 12 fonts (arial, arial black, comic sans ms, courier, courier new, georgia,helvetica, impact, palatino, times new roman, trebuchet ms and verdana) that are on every single computer so if you don't have it on there, it will show up as plain text, usually Arial. Believe me, it can make a pres look WAY different.




For some cool effects, codes, etc, just visit these sites! ☺

TEXT


˙¡spɹoʍ ɹnoʎ sdıןɟ ʎןןɐɹǝʇıן ʇı Apart from that, you can do other cool effects.


A very good fader, can do up to 100 colours



OTHER


The base of all things HTML.


This site has the code for every single colour, letting you choose coloured backgrounds, font's, etc much faster.




Examples


Now, here are a few examples of what you can do.
All of them are standalone accounts, but have HTML features in their presentations.
If you want to add to it with your own account, just ask.

Background, Shadow

Background, Border,

Background, Fade