Folge im Handumdrehen Einträgen, die mit #codes, #themes und #html getaggt sind.
Registrieren★ BASIC CODES ★
So I made this tutorial for those who want to improve their themes. In this tutorial you can find some basic codes which you can use in your descriptions etc.
Let’s start!
★ Bold text
<b> text </b>
★ Italic text
<i> text </i>
★ Strike through text
<strike> text </strike>
★ Underlined text
<u> text </u>
★ Bigger text
<big> text </big>
If you want to make it BIGGER and BIGGER
add more ‘<big>’ before the text.
★ Smaller text
<small> text </small>
★ Centering text
<center> text </center>
★ Break
in the line
text <br>
★ Text on the right

★ Text on the left

★ Link
<a href="URL OF YOUR LINK"> LINK'S VISIBLE NAME </a>
★ Image as link
<a href="URL OF YOUR LINK"><img src="URL OF YOUR IMAGE"></a>
Example:
< a href="http://www.pure-purgatory.tumblr.com><img src="http://i.imgur.com/DzUq2GG.png></a>
Result:

IMPORTANT:
If you do reblog this make sure to reblog as a text post if you want to see the full post.
the key tutorial
so a lot of people have been asking me how i got the little key thing on my blog so here goes the tutorial:
1. paste this code in with the other meta names (i like to put it with the image ones idk but it should work wherever)
2. paste this hover code under <style type=”text/css”>
3. paste this code under all of your #sidebar stuff and #links or whatever
4. then, under {CustomCSS}</style></head><body> (you may just see it as <body>) paste this code
and that should do it! you dont have to just use a key, but thats what it is formatted for so yeah. also, to actually get the key, you have to upload it from your computer like you would with any sidebar picture. if you want to use the same key as me here is that:

THATS IT(:
if you have any questions message me(:
Basic codes
- Text Style:
- Bold text - <b>text here xo</b>
- Italic text - <i>text here xo</i>
- Center text - <center>text here xo</center>
- Underlined - <u>text here xo</u>
- Strikethrough text - <s>text here xo</s>
- Scrolling text ~*left to right*~ - <marquee>text here xo</marquee>
- Inserting Links:
- Link ~*opens in same window*~ - <a href=”URL”>TITLE</a>
- Link ~*opens in new window*~ - <a href=”URL” target=”_blank>TITLE</a>
- Inserting an image:
- Normal image - <img src=”URL”>
- Link image - <a href=”LINK”><img src=”IMAGE URL”></a>