I'm trying to figure out how to create custom buttons properly which automatically inherit the style of the forum.
So I figured out if I just wrap the newcontent_textcontrol class around text will make the button with whatever text I want in it, however it's ALWAYS aligned to the left, no matter if I put any type of align="center" in any HTML surrounding it. Very frustrating.
I can't find this particular entry in any of the CSS files, I was searching so I could just duplicate it in additional CSS with a new name and eliminate any attributes that might be causing it to align left no matter what I do.
Here's a snapshot of the type of 'forum button' I'm talking about,
http://screencast.com/t/l6fT8YE1Coi1
Essentially what I had come up with so far, but always results in a far left alignment is this:
Code:
<a class="newcontent_textcontrol" href="http://www.forumname.com/wherever-button-goes">Click here</a>
After searching all the various CSS templates for all instances of newcontent_textcontrol I could only find the one I need to duplicate and change so I can align the button however I want.
Basically I just have some ads/banners and I want to use a custom 'click here' button that matches the forum itself.