The 'Back/next' functionality does not work in the Theme2_Government template, therefore I have added my own arrow buttons to the template, using the same image names that came with the template, and relocated these buttons slightly on the template. I have inserted the alt text in the coding (where it was designated in the original code) because there was no alt text in the code.
I have several issues:
2014/06/26: I'm just looking at the code today, and not being an expert, I am wondering if there is some way I can move the arrow buttons and the code around to make the buttons stop moving.

In the above image, 'Back next' has browse sequences, but these text links don't appear in the generated output. Can I delete the 'Back next', move the arrow buttons over to where 'Back next' are now positioned, and somehow change the code to make the arrow buttons stop shifting every time I click on a topic in the generated output? If so, how do I do this?
This is template BSBack browse sequence code for 'Back' text link:
<?rh-msp-bs-back-start id="browseSeqBack" widgettype="browsesequence" class="wBSBackButton" ?>Back<?rh-msp-bs-back-end ?>
This is template BSNext browse sequence code for 'next' text link:
<?rh-msp-bs-next-start id="browseSeqNext" widgettype="browsesequence" class="wBSNextButton" ?>next<?rh-msp-bs-next-end ?>
This is code for my arrow buttons:
<td><a href="javascript:history.go(-1)" style="text-decoration: none; "> <img
src="BSBack.png" alt="Back" style="visibility: visible;" width="60" height="31" border="0" /> </a><?rh-msp-bs-back-start
id="browseSeqBack" widgettype="browsesequence" class="wBSBackButton" ?><a href="javascript:history.go(+1)"><img
src="BSNext.png" alt="Forward" style="visibility: visible;" width="60" height="31" border="0" /> </a><?rh-msp-bs-back-end ?></td>
Can someone please tell me how to fix this so I can send it off to the client? Thanks so much!
Regards,
Pam