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 (:
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?
Artbox Theme

So I just made another theme because I’m SOO bored, so here it is! hope you guys like it!

Live Preview | Code

Features:

- No right click

- Blocked CTRL + U

- Cute menu

- Custom fonts

- Fixed sidebar

- Header title

- Sidebar image

- Custom ask styles

- Post hover links

- Custom cursor

- Disabled drag and drop

- Blog title

- 2 columns

- Infinite Scrolling

Please don’t remove credits! or you will be reported and your blog will be terminated :) enjoy!

// Claire

Posted with 8 notes · Reblog?
Borders

Well, basically people uses these borders around like almost everything, borders are like those stroke and outlines around the posts, text, or even images! It could be used in anything in HTML (excuse me for my derpy english), but you can change the border styles, here’s the basic code for borders, put it in <style> around the things, like after #image{ :

border: 3px SOLID #COLOR 

What the bolded things mean:

3px = the thickness of the border

SOLID = the style of the border, can be changed into dashed, dotted, double.

COLOR = use html color codes, like #eeeeee

Message me if you have any questions! :)

// Claire

Posted with 6 notes · Reblog?
How to put graphics on your blog

Requested by someone

Graphics are these images who can stay on your blog wherever you want, and today I’ll be teaching you how to do it :)

Paste this code after <body>

<div style="top: 90px; left: 90px; position: fixed; opacity: 1;"><img src="IMAGEURLHERE"></div>

You need to replace the top px and the left px, the larger the number it is, the more to go away from that part, like top: 60px; it means it’s 60 pixels away from the top, same as goes with left, but you can also change top to bottom, left to right, for the position: fixed; thing, you can change weather it stays floating on your blog so it won’t stay up there when you scroll down, or if you want it not floating, change it to fixed :) and replace IMAGEURLHERE in the code with your graphics image :)

// Claire

Posted with 9 notes · Reblog?