XF 1.4 Buttons

bcercan

Active member
Hello,

How can I use buttons somewhere I want?

ie I want to make a button called "Buy Premium" with same button as "Post New Thread" and I want to place that button to somewhere I need to.

How can I do?
 
Just needs two things:

Code:
<a class="callToAction" href="#"><span>Text goes here</span></a>

Link, and the span in side. You may need to place a max width on it depending on where you're putting it.
 
Top Bottom