How Do You create CUSTOM FORUM BUTTONS without left alignment?
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.
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.