Results 1 to 2 of 2

navbits_start box

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?...

  1. #1
    Rav
    Rav is offline
    Junior Member
    Real Name
    Carlos
    Join Date
    Jan 2008
    Posts
    20
    Liked
    0 times

    navbits_start box

    Hi, how do I add a button image just like the Buy Now?

  2. #2
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    In your HEADER template, find:
    Code:
    <!-- /navigation -->
    Add below:
    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 -->
    Within 'All Style Options', scroll all the way down to "Additional CSS Definitions", add:
    Code:
    #buy_button {
     position: absolute;
     right: 300px;
     top: 40px;
     margin: 0px;
    }

Similar Threads

  1. navbits_start box
    By nkblaze in forum Template Modifications
    Replies: 1
    Last Post: 03-14-2009, 04:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •