Tumblr Goodies
If you use a code I would appreciate it if you “liked” this blog
so I know & keep posting more codes :D Thanks guys! xoxo
[disclaimer: i don’t own every code - proper credit is given to rightful owners]
CODES & TUTORIALS
Disable Right Click
Sparkle/Tinkerbell Cursor
Bubbles Cursor
Page Bubbles
Infinite Scrolling Pages
Fading Effect for Pictures
Fading Effect for Links
Users Online
Scroll Box
Drop Down Menu
Put an Image in Your Description
How to get the Mini Cursor
How to Create a Small Music Player -NEW
How to Add a Banner -NEW
How to add a fav icon -NEW
BANNERS/PROMO BANNERS
Previously Made Banners/Banner Pick-Up <- MORE COMING SOON!
First 5 Promo Banners -NEW
First 10 Promo Banners -NEW
First 15 Promo Banners -NEW
First 20 Promo Banners -NEW
OTHER GOODIES
Quotes
Backgrounds
Edits/Collages
Fav Icons -NEW
REQUESTS
Request a Banner -PAGE UNDER CONSTRUCTION :)
THEMES
(Coming soon!)
HTML TUTORIAL?!
ok i don’t even know why people ask me html questions when GOOGLE IS JUST THERE AND WILL NEVER DISAPPEAR….. pero para matigil na lol. i’ll just put the stuff i put on my blog.

<center><font size=”1”>filipina ; fifteen ; senior ; ess-SOUTH<br>
<b><a href=”http://maxineiee.tumblr.com/ask”>ASK ME ANYTHING?</a></b></font></center>
<center></center>: duh, to put your text in the middle.
<font size=”“></font>: to change the font size. the smallest is 1 and the biggest is i think 7. you could also change the font size and color by adding font face=”” and font color=”“. example <font face=”arial” font color=”ffffff” font size=”1”>blablabla</font>
<br>: the same as “enter”; to go to the next line. hitting enter won’t make your text go to the next line. this has no end tag.
<b></b>: to make your text bold.
(didn’t include the asterisks anymore, katamad lol)

i forgot what the dimensions of this picture were, but it’s really small. i uploaded the photo first on http://photobucket.com to get the html code. remember to put <center> before the code and </center> after to make the picture appear in the middle.

<i>disclaimer ;;</i>
<i></i>: to italicize your text.

these are links.
<font size=”4”><a href=”http://twitter.com/maxineiee”>Twitter</a></font>
<a href=”“></a>: to make your links clickable.
<a href=”http://maxineiee.tumblr.com/tagged/maxineieeblah”>personal</a> |
<a href=”http://maxineiee.tumblr.com/tagged/docs”>l♥ve</a> |
<a href=”http://maxineiee.tumblr.com/tagged/formspring.me”>formspring questions</a> |
<a href=”http://maxineiee.tumblr.com/tagged/justinbieber”>JUSTINBIEBER</a> |
<a href=”http://maxineiee.tumblr.com/tagged/happypaolotears”>HAPPY PAOLO TEARS</a>
^ STAY ORGANIZED! tag all posts related to yourself, or to whatever and put the link on your blog. this will make reading blog posts easier for your followers.
how to tag?

on the FOURTH box where the word tags is, type the tag you want (example: maxineieeblah) and hit ENTER to save the tag.
Currently learning how to html don’t hate me but these are just some description codes it took me like years to find jsing. IM NICE LIkE THIS
Bold text: <b> Here is your text </b>
Italic text: <i> Here is your text </i>
Underlined text: <u> Here is your text </u>
Strike-through text: <s>
Here is your text</s>Centered text: <center> text </center>
Text to the right: <div style=”text align: right”> text </div>
Text to the left: <div style=”text align: left”> text </div>
Font size: <font size=”2”>text</div>
Font family: <font face=”century gothic”>text</div>
Link (opening in the same tab):<a href=”LINK URL HERE”>LINK TITLE</a>
Link (opening in new tab/window): <a href=”LINK URL HERE” target=”_blank>LINK TITLE</a>
Inserting an image: <img src=”IMG URL HERE”>
Basic HTML by fashion-lookbook
Bold
<b>TEXT</b>
Clickable link into message
<a href=”url here“>clickable text here</a>
Italics
<I>TEXT HERE</I>
The dreaded blink tag
<blink>TEXT HERE</blink>
Moving text horizontally
<marquee>TEXT HERE</marquee>
Change font size
<font size=”NUMBER HERE”>TEXT</font>
Change font color
<fontcolor=”COLORCODE”>TEXT</font>
ex: <font color=”000000”>TEXT</font>
MORE QUESTIONS: http://fashion-lookbook.tumblr.com/ask
THANK YOU!!!!!
xoxo
Basic html codes
BOLD: <b>text</b>
ITALIC: <i>text</i>
UNDERLINES: <u>text</u>
STRIKE THROUGH: <s>text</s>
CENTER TEXT: <center>text</center>
TEXT ON THE RIGHT: <div style=”text-align: right;”>text</div>
TEXT ON THE LEFT: <div style=”text-align: left;”>text</div>
CHANGING COLOR: <font color=”htmlcolor”>text</font>
Choose your HTML color here: http://www.mxstudio.com.br/Conteudos/Dreamweaver/Cores.htm (example: black - #000000, red - #FF0000)
CHANGING SIZE: <font size=”2”>text</font>
The number “2” is an example, you can put any number.
CHANGING COLOR & SIZE: <font size=”2” color=”htmlcolor”>text</font>
MAKING A LINK: use this code: <a href=”http://link”>name</a>
*** If you want to open the link in a NEW window, use this code:
<a href=”http://link” target=”_blank”>name</a>
TEXT WITH A BACKGROUND: use the following code.
<div style=”width:190px; height:12px; background-color:#000000; text-align:left; color: #ffffff;”>text</div>
Change the width, the height, the background-color and the color text to your linking. You can replace “left” with “right” or “center” for those effects.
BORDER AROUND YOUR TEXT: use the following code.
<FIELDSET style=”width:190px; height:12px; border: 1px solid #000000;”>text</FIELDSET>
Change the width, the height and the color (#000000) to your liking. You can replace “solid” with “dashed” or “dotted”.
PUTTING A IMAGE IN YOUR DESCRIPTION: upload the image you want on TinyPic, ImageShack or Photobucket. Get the direct link (it should end in .jpg for example) and use this code: <img src=”directlink”>
SCROLLING MARQUEE: http://www.myspacegens.com/handler.php?gen=marquee
MORE…
Imagine that you want to write something in your description but some text with a effect and other with another effect below there is the examples and the little code for each effect.
Where it says Text here… is where you will write what you want and how much you want.
Normal:text
That one does not need code :P
Italic:Text
Copy this:
<em>Text here</em>
Bold:Text
Copy this:
<strong>Text here</strong>
Bold with italic:Text
Copy this:
<em><strong>Text here</strong></em>
Normal with strikethrough:
TextCopy this:
<strike><strong>Text here</strong></strike>
Bold with strikethrough:
TextCopy this:
<strike><em><strong>Text here</strong></em></strike>
Bold with italic and strikethrough:
TextCopy this:
<strong><br /></strong>
MORE…
For round corners:
border:2px solid;
border-radius:25px;(change the **px to the size you want)
For shadow:
box-shadow: 10px 10px 5px #888888;
(change the **px to the size you want and the #****** to the color you want)
For border with image:
border-image:url(border.png) 30 30 round;
-moz-border-image:url(border.png) 30 30 round;
-webkit-border-image:url(border.png) 30 30 round;
-o-border-image:url(border.png) 30 30 round;(change (border.png) with the url of the desired image)
100 Things I Hate.
Thing #3: HTML codes.
I love making things with them, but the headaches they give me sometimes isn’t worth it. I can spend a day consumed in making profiles and layouts and figuring out the colors and alignments and so on and so on.
I guess you can say this is a love//hate relationship.
FINALLY
I don’t know how long this has taken me, but I finally figured out how to make info page about myself! After spending endless hours on http://tumblr-tutorial.tumblr.com
I finally figured it out. I know it may be easy for some people but html codes and stuff wasn’t the easiest thing in the world for me to understand. I’m just so glad I finally got it to work, it turns out I was missing the tiniest little detail, and once I figured out what it was it worked :) So here is my story for all you lovely followers.
fuck you css codes! fuck you!
I changed my theme about 15 times before i settled on the one i have rn. ugh I gotta fix my page navigation, finally got rid of fucking endless scrolling. I’ll just deal with you tomorrow. I have to go to bed now because I start school tomorrow. yay. -_- Not looking forward to waking up at 7 to shower. :/ fack!
I need help.
So, first, I need a theme that will let me make links in the side bar. Or I need someone’s help on how to link something in the description.
Then I need to know how to add a bunch of posts I’ve made to said link made.
I have no idea how to do this. Hopefully I explained that well enough. LOL.
