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 (:
floating pagination (buttons)

requested by: (x)

so thejadedfoolsennui asked if we could add floating pagination into an existing theme. yes you could but you will need an image for your pagination (optional) and where you wanna put it.

image pagination (if you don’t want this skip to the text pagination)

step 1, you will need the pagination code, stick this before </body>

{block:Pagination}
<div style="position: fixed; margin-bottom: 10px; margin-right: 10px; background: transparent;">
{block:PreviousPage}
<a href="{PreviousPage}"><img src="previouspageimageurl.jpg"></a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}"><img src="nextpageimageurl.jpg"></a>
{/block:NextPage}
</div>
{/block:Pagination}

step 2, here are some images to replace ‘previouspageimageurl.jpg’

image

image

image

image

image

image

image

image

image

image

they all have a white background so it looks kinda fab. feel free if you wanna request any (: but please give us the html color codes for the arrow and the background

here are some images to replace 'nextpageimageurl.jpg’

image

image

image

image

image

image

image

image

image

image
Posted with 12 notes · Reblog?