{block
agination} <div id="classic-pagination">
{block
reviousPage} <a href="{PreviousPage}" id="prev-page">Previous Page</a {/block
reviousPage}
{block:NextPage} <a href="{NextPage}" id="next-page">Next Page</a>{/block:NextPage}
</div><!-- #classic-pagination -->{/block
agination}
so know thats the HTML i want to use and its to change to the next page and such but i want to know where i would place this in the existing HTML code if i want it to appear at the bottom of the page, where in the code do i place it?
i want it to be in either the side bar or at the bottom of the page

{block


{block:NextPage} <a href="{NextPage}" id="next-page">Next Page</a>{/block:NextPage}
</div><!-- #classic-pagination -->{/block

so know thats the HTML i want to use and its to change to the next page and such but i want to know where i would place this in the existing HTML code if i want it to appear at the bottom of the page, where in the code do i place it?
i want it to be in either the side bar or at the bottom of the page
