Hi, how do I add a button image just like the Buy Now?
This is a discussion on navbits_start box within the Template Modifications forums, part of the vBulletin SEO Discussion category; Hi, how do I add a button image just like the Buy Now?...
Hi, how do I add a button image just like the Buy Now?
In your HEADER template, find:
Add below:Code:<!-- /navigation -->
Within 'All Style Options', scroll all the way down to "Additional CSS Definitions", add:Code:<!-- buy button --> <a href="http://www.vbseo.com/purchase/"><img id="buy_button" src="images/vbseo_skin_1.0/buy_now.gif" border="0" alt="Buy vBSEO Now!" /></a> <!--/buy button -->
Code:#buy_button { position: absolute; right: 300px; top: 40px; margin: 0px; }