I would like to put a button that styled like the XF Sign up buttons on any XF page but it appears that the default style is only looking good if it's used on the sidebar.
If I put it in the center of a page, it will span the whole width and I have to specify a width for that button.
Is there a better way to add the buttons to pages that has the same uniform format like the default buttons?
Here is the code i use
Here is how it looks
If I put it in the center of a page, it will span the whole width and I have to specify a width for that button.
Is there a better way to add the buttons to pages that has the same uniform format like the default buttons?
Here is the code i use
Code:
<div class="noticeButtonContainer"><label id="SignupButton"><a href="https://domain.com/" class="inner"><b>Pay and Enroll</b></a></label></div>