I have an example here of a problem
http://patrickmchugh.com/template-image-nav-bootstrap.html I am trying to have the navigation arrows on either side of the image sit half way down the window.
I have tried tables, padding, margins but have not been successful. Any suggestions
<div class="container-fluid">
<div class="row-fluid">
<div class="span1">
<img src="images/leftArrow.png" alt="back one image"></div>
<div class="span10 pagination-centered">
<img src="images/fashion-1.jpg" alt="fashion-photo"></div>
<div class="span1">
<img src="images/rightArrow.png" alt="next"></div>
</div>
</div>