PDA

View Full Version : How to create buttons with text


angeljs
04-22-2012, 12:23 PM
I was wondering what I need to do create a button similar to the 'Submit' or 'Reply' buttons in the forums of vB4? I imagine it's all done with some kind of stylesheet, but wouldn't know where to begin!

ForceHSS
04-22-2012, 12:29 PM
<a href="http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites" target="_blank">http://line25.com/tutorials/how-to-b...-image-sprites</a>

angeljs
04-22-2012, 01:42 PM
Thanks for your reply. Actually, that looks a bit complex for me. :( I was hoping I could just copy and paste something from vB!

ProFifaLeagues
04-22-2012, 02:21 PM
You can always make your own and replace them in the Ftp,Using Photoshop or Something Free like inkscape.

Lautaro
04-22-2012, 06:38 PM
this is the code of a vB "+ post new thread" button:

<a id="newthreadlink_top" class="newcontent_textcontrol" rel="nofollow" href="#"><span>+</span> Post New Thread</a>

hope this helps.

angeljs
04-23-2012, 12:34 PM
Thanks for the help people...I'll have a try with all of those suggestions :)