I have the following link
<a href='#' class='prev-tab mover' rel='\" + prev + \"'>« Previous</a>
that I am trying to turn into a button that will match up with the site’s CSS. There has to be a simple fix for this, what is it?
As a side note, this bit of code was pulled from a php script.
I believe you can nest a button inside an anchor tag, like this:
You’ll still want to use css to make it look good, though.