Forums

Adding Banners (7 posts)

  1. bendedi
    Member
    Posted 11 months ago #

    I need to know how to add the codes for banners to my blog.
    Thanks,

    Ben

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 11 months ago #

    What kind of banners? Where do you want them?

    The easiest way is to drop the code into a text widget

  3. alchymyth
    The Sweeper
    Posted 11 months ago #

    'how long is a piece of string?'

    there are just too many possibilities to describe them all.

    please provide more details:
    - where exactly you want the banner to show?
    - how large is the banner?
    - where is the banner image stored?
    - does it need to be linked?
    - what theme are you using at the moment?
    - link to your site?

  4. bendedi
    Member
    Posted 11 months ago #

    First of all I have placed hundreds of banners on my other web site which is hosted by fatcow.com Their stuff is easy to use. I click on "add site link", it asks me where I want the Banner (I click the area) then I post the code I got from click bang, (link it ) click done, and the banner shows up.
    I want the banner to show on my blog site in the margin on the right where all of my text links are.
    The banner is the 468 x 60, the normal size.
    The banner is stored or comes from the click bank site.
    Yes it needs to link.
    What's the difference?
    Who to link to my site?

  5. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 11 months ago #

    <a href="http://linktowheremybannergoes"><img src="http://mybanner.com/image.jpg" /></a>

    Seriously. The rest is just customizing.

    You do need to know some basic HTML to customize WP.

  6. bendedi
    Member
    Posted 11 months ago #

    Okay,
    Thanks, I know some HTML. Now tell me where you have "link to where my banner goes" What goes there? And I am assuming where you have "my banner" that would be the code from click or what?

    thanks

    Ben

  7. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 11 months ago #

    The 'linktowheremybannergoes' is, literally, a LINK to where you want your banner to point to. So if it's a banner pointing to WordPress, you'd be doing: <a href="http://wordpress.org/"><img src="http://mybanner.com/image.jpg" /></a>

    That's a STANDARD a href call.

    As for the image, I'm assuming you've been given a banner image like this:

    http://s.wordpress.org/about/images/buttons/buttonw-grey-8bit.png

    So <a href="http://wordpress.org/"><img src="http://s.wordpress.org/about/images/buttons/buttonw-grey-8bit.png" /></a>

Reply

You must log in to post.

About this Topic