Ad HTML code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aquarist
    New Member
    • Oct 2014
    • 21
    • 5.1.x

    Ad HTML code

    How can I add advertisement banner on the header of my forum?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Go into Site Builder (Edit Site) and edit the header, you can add an advertising module there.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Aquarist
      New Member
      • Oct 2014
      • 21
      • 5.1.x

      #3
      I already have advertising module, when I click the edit it ask me to : Copy and paste the Ad HTML code from the Ad provider. I contacted the ad provider but he doesn't have the code. his website has a banner that I want to ad to the advertising module.

      Comment

      • ozzy47
        Senior Member
        • Oct 2009
        • 215

        #4
        How can a ad provider not have code for you to add to your website, that makes absolutely no sense. Did you ask them how to display their ads on your site?
        My Mods also available at OzzModz.com

        New vBulletin Spider Definitions, vBulletin Spiders List Hits 1000 Spiders!
        Stop Spam Now The era of Big Spam is over.

        Vote to bring back hooks in vB5, http://tracker.vbulletin.com/browse/VBV-10333

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5
          Originally posted by Aquarist
          I already have advertising module, when I click the edit it ask me to : Copy and paste the Ad HTML code from the Ad provider. I contacted the ad provider but he doesn't have the code. his website has a banner that I want to ad to the advertising module.
          Unless he provides you with the code, there's nothing you can do.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • Aquarist
            New Member
            • Oct 2014
            • 21
            • 5.1.x

            #6
            Seems like some one else made the website for him, all what I am trying to do is to add the upper banner from his site into my header so when you click on it it will open new tab leading to his online store.

            Comment

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              The code you need is basic HTML, to display a banner you need link code <a> and image code <img>

              The most basic banner link would be something like:

              HTML Code:
              <a href="http://www.someplace.com" target="_blank"><img src="images/banners/mybanner.gif" alt="Banner Ad" border="0"></a>
              You need to edit the url of the link and url or path to the image to work with your values. The target="_blank" part makes it open in a new window.

              Comment

              Related Topics

              Collapse

              Working...