B bcercan Active member Dec 9, 2014 #1 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?
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?
Russ Well-known member Dec 9, 2014 #2 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. Upvote 0 Downvote
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.
V vinnyraz Member Dec 14, 2014 #3 yea i was wondering the same thing, i want to put buttons in my header, how would i go by doing that? Upvote 0 Downvote
yea i was wondering the same thing, i want to put buttons in my header, how would i go by doing that?