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’

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’