Hey Lynne thanks for the reply.
If you put this code anywhere on your board, (where you can input html) the button will always be aligned left and I want to be able to do this however without the left alignment.'
Code:
<a class="newcontent_textcontrol" href="http://www.forumname.com/some-link">Click here</a>
I'm assuming there's a newcontent_textcontrol css class somewhere that I can just duplicate, rename, and place in the additional.css template and just remove whatever it is that's forcing the left alignment.
Placing the newcontent_textcontrol class in the HTML is what creates the button, but I can't find newcontent_textcontrol all by itself in any of the css templates.
Ideally, my end product would be something like,
Code:
<a class="my_custom_button" href="http://www.forumname.com/some-link">Click here</a>
but would of course output the same as the code above minus the left alignment.