Welcome to tumblrtutoriial! a place where we share our resources, tutorials and themes! this blog was created by jess on july 2nd, 2011. feel free to ask us a question if you don't understand something! please also read our faq before asking us (:
If I search (FOR EXAMPLE) /tagged/asdwrv why didn't my posted reply to her/him appeared?
Anonymous
asked by

It depends on the blogger’s owner - if he/she put your url as a tag or not :)

Posted with 0 notes · Reblog?
How do I post a hyper link within a text post?
asked by

This will be a step-by-step tutorial. Do you mean how to add a link in a text post? Click add a new text post.  Highlight the word that will be a link.

image

image

Then you know what’s next. Hope this helps! :)

//Queenie

Posted with 6 notes · Reblog?
Christmas Lights!

So it’s almost christmas, and I wanna look for some christmas things to decorate for your blog, and I found these christmas light curtains or headers for your blog! It’s super simple and super cute! It looks like this:

image

The steps are easy! Put this below your style!

body{
background: #YOURBGCOLOR url('http://img90.imageshack.us/img90/3152/lightsn.gif') repeat-x top center;
}

So I will be opening the ask box okay?

// Claire

Posted with 6 notes · Reblog?
Entry code

#entry { 

background-color: #;

background-image: url( );

-moz-box-shadow: ;

-webkit-box-shadow: ;

text-align: ;

float: ; 

{block:IndexPage}

width: px;

height: px;

overflow:hidden; 

{/block:IndexPage}

{block:PermalinkPage}width: px;{/block:PermalinkPage}

padding: px;

margin: px;

}

You have to complete

Posted with 10 notes · Reblog?
Center code

#center{

width: px;

height: px; 

position: ;

margin-top: px; 

margin-left: px;

overflow-y: ;

padding:px;

background-color: #;

}

You have to complete

Posted with 3 notes · Reblog?
Sidebar code

#side{

float: ;

width: px; 

position: ;

top: px;

left: px; 

height: px; 

padding: px;

padding-right: px;

background-color: #;

}

You have to complete

Posted with 3 notes · Reblog?
Title of the posts code

.title{

display: block;

font-family: ;

font-style: ;

font-size: px;

line-height:80%;

letter-spacing: px;

font-weight:normal;

text-align: ;

color: #;

}

You have to complete

Posted with 4 notes · Reblog?
Link code

a:link, a:active, a:visited{ color: # ;

text-decoration:none; 

-webkit-transition-duration: 0.8s;}

a:hover{ color: # ;

text-shadow:0px 0px 3px # ;} 

You have to change the colors

Posted with 3 notes · Reblog?
Body code

body{

font-family: ;

background-color: # ;

font-size: px;

line-height: ;

color:#px;

background-image:url( );

background-postition:; 

background-attachment: ; 

background-repeat: repeat; 

letter-spacing: px; 

text-align:;

}

You have to complete

Posted with 2 notes · Reblog?