What to do if your "follow" button disappears
Add this code after <style>
xx
h

â
$LAYYYTER
KIROKAZE
dirt enthusiast

ellievsbear
NASA
I'd rather be in outer space đ¸
he wasn't even looking at me and he found me

Discoholic đŞŠ
YOU ARE THE REASON
Today's Document

Kiana Khansmith
Sweet Seals For You, Always
todays bird
RMH
Three Goblin Art

Andulka

JBB: An Artblog!

⣠Chile in a Photography âŁ
seen from United States

seen from Malaysia

seen from South Korea
seen from United States
seen from Morocco
seen from United States

seen from Chile
seen from Chile
seen from Chile
seen from Bulgaria

seen from United States

seen from United States

seen from United States
seen from United States
seen from United States

seen from Germany

seen from United States

seen from Germany
seen from United States
seen from United States
@tutorial-queen
What to do if your "follow" button disappears
Add this code after <style>
xx

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Aligning text so that it goes in a certain position
1. Look for this code in your CSS: text-align: left;
2. Add center; where it says left;
**If you can't find the code then add this to the body styling: text-align: center; You can add left, right or center to move to wherever you please.
How to get an image in a corner of your blog
1. Find the <body> tag in your HTML code
2. Paste:Â <img src=âIMAGE URLâ height=100 style=âposition:fixed;bottom:0px;left:0px;z-index:999â/> under it.
3. Where it says 'IMAGE URL' change it to the url of your picture. (you can get the url using a website like tinypic)
4. Adjust the height=100 (the number) to the size you want
 5. Find this bit in the code: bottom:0px;left:0px;
Change it if you wish it to be elsewhere:
Bottom right:Â bottom:0px;right:0px;
Bottom left:Â bottom:0px;left:0px;
Top right:Â top:0px;right:0px;
Top left:Â top:0px;left:0px;
6. Find the 0px; bits. You can play around with the numbers to move it up/down/left/right as desired
Could you do a tutorial on how to put pictures in the corner of your blog?? like a little animated pic
Yup, i'll make one now x
But I actually needed this blog. I like to make changes to my blog every now and then and this is exactly the thing that will be useful to me! Thank you so much!!
No problem i'm glad i could help! (:

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Making a "hover description"
1 - Put this code after the <style type=âtext/cssâ> tag.
2- Then go to <div id=âsidebarâ> and put this code right before what you want the hover object to be (ex. sidebar picture or âhover hereâ)Â
3- Then put this code right before what you want to show up when you hover (ex. description or links)
4- Make sure you close the sidebar section correctly by putting </div></div> right before the last </div>
Disabling right-click
Here's a tutorial on how to disable people from right-clicking on your blog (ideal if you don't want people to copy your posts, view your blog's source or steal any of your images.)
1) Copy this code
2) Find the <body> tag in your html and it there
If you're having trouble finding it, press CTRL+F (command+F for Mac) and type <body> into the bar that will appear above. It should show up in the code. Paste the code below there.
3) Click update preview and save
4) *Optional* Disable highlighting:
This is an extra measure to prevent people from text. Simply copy this code and follow the instructions there.
BASIC CODES
<b>text here</b> will make your words bold
<i>text here</i> will make your words italic
<s>text here</s> will make your words slashed out
<u>text here</u> will underline your words.Â
<small>text here</small> makes the font smaller
<big>text here</big> makes the font bigger
<center>text here</center> will make your words centered
<div style=âtext-align: right;â>text</div> will align text to the right
<div style=âtext-align: left;â>text</div> will align text to to the left
<font color=âhtmlcolorâ>text</font> will change your font color
<font size=âsizeâ>text</font> will change your font size
<font size=â2â color=âhtmlcolorâ>text</font> will change both your text color and font size
<a href=âurl hereâ>text here</a> will make a linkÂ
<FIELDSET style=âwidth:190px; height:12px; border: 1px solid #000000;â>text</FIELDSET> will put a border around your text
Tutorial: Update Tab #1
1. Click on the customize button on your blog.
2. Then click on edit HTML
3. Paste this code after <style type = âtext/cssâ> or <style>
4. Then paste this code after <body>
5. Change the image url to the image you want.
6. Move the tab up or down, side to side as needed.Â
How To Get A Billy/smaller Music Player
  1.  Go to this site then chose songs you want. Copy the link of the song then paste it to the designated place. You can only put 5 songs on it.   2.  If  you want to make it auto play, just tick the box that marks the option for auto play. If youâre done adding your songs, click Generate Code.   3.  Copy the code, then go to Tumblr theme Customization Page and paste that copied code into your description text box after description text.   4.  Save and youâre done! :)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Drop Down Music Player
put this code under <style>
then add this under <body>
Where it says âMUSIC PLAYER EMBED CODE HEREâ add in your Hypster player embed code, make your playlist at hypster.com. Once you have that code, delete the words âGet your own free hypster.com playlistâ.
Pop Up FAQ and Ask box
1.Paste this after <head> and insert close button URL (x) 2. Paste this after <style type="text/css"> or <style> and insert a background (x) 3. Paste this after </body> and insert your FAQ and username (x) 4. Replace your current Ask link with this (x)
Link Hover Effects
Rainbow links on hover:
Paste this code before </head>
(use Ctrl+F to find </head> in your html)
Spaced letters on hover:
Paste this code after <head>Â
(use Ctrl+F to find <head> in your html)
If you would like the word to be more spaced out when you hover, change 1px (the section boxed in the image below) to a higher number like 2px or 3px
Marquee Text (moving text)
Right to Left Marquee <marquee>TEXT HERE</marquee> Left to Right Marquee <marquee direction=ârightâ>TEXT</marquee> Alternate Marquee <marquee behavior=âalternateâ>TEXT</marquee> Up Marquee <marquee direction=âupâ>TEXT</marquee> Down Marquee <marquee direction=âdownâ>TEXT</marquee> Up/Down Alternate Marquee <marquee direction=âupâ behavior=âalternateâ>TEXT</marquee>
and you can post them in your description or title
Pop-Up Ask Box Tutorial
1. paste this code under <head>
2. paste this code before </style>
3. past this code under </body>
4. now in the <div> tags find <a href=â/askâ and replace that tag with this...

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming