Hey,
I have a HTML template and am creating the portfolio page and have a next button down the bottom and I want to link the button to the second portfolio page.
First page is called prortfolio.html and the second page is called portfolio2.html
The coding looks like this:
<div class="navigation2">
<span class="prev"><a href="#"><span class="meta-nav">«</span> Prev</a></span><!-- end .prev -->
<span class="next"><a href="#">Next <span class="meta-nav">»</span></a></span><!-- end .next -->
</div><!-- end .navigation -->
Thanks
I have a HTML template and am creating the portfolio page and have a next button down the bottom and I want to link the button to the second portfolio page.
First page is called prortfolio.html and the second page is called portfolio2.html
The coding looks like this:
<div class="navigation2">
<span class="prev"><a href="#"><span class="meta-nav">«</span> Prev</a></span><!-- end .prev -->
<span class="next"><a href="#">Next <span class="meta-nav">»</span></a></span><!-- end .next -->
</div><!-- end .navigation -->
Thanks