how to put ads in this website ?

Discussion in 'HTML & Website Design' started by galaji, Dec 26, 2009.

  1. #1
    I want to put ads on this page....http://ask-the-experts.co.cc/
    I am using adbrite and bidvertiser, I got codes from their sites, but in which section should I paste the code ?

    I want to put the ads in the footer.....

    I am new to coding and CSS stuff, but can do copy and pasting, so tell me how should I do it ?
     
    galaji, Dec 26, 2009 IP
  2. tandy

    tandy Peon

    Messages:
    195
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    replace your footer with this!!

    
    <div class="footer">
      <div class="right">
    
        <p>&copy; 2009 All rights reserved</p>
        <p>&quot;Ask The Experts&quot; Group</p>
      </div>
        <p>Website Made By : Jatin Gala</p>
        <p><a href="mailto:jatin_gala105@hotmail.com">Email</a></p>
        <br/><br/>
           AD CODE HERE
         <br/><br/>
    </div>
    
    Code (markup):
    that show work :), just replace the 'AD CODE HERE' with the adertisement code given to you by whoever :)


    EDIT: sorry i forgot to mention, centering the ads on your page would look better, if you want to do that

    
    <div class="footer">
      <div class="right">
    
        <p>&copy; 2009 All rights reserved</p>
        <p>&quot;Ask The Experts&quot; Group</p>
      </div>
        <p>Website Made By : Jatin Gala</p>
        <p><a href="mailto:jatin_gala105@hotmail.com">Email</a></p>
        <br/><br/>
           <center>AD CODE HERE</center>
         <br/><br/>
    </div>
    
    Code (markup):
    paste that in instead :)
     
    tandy, Dec 26, 2009 IP
  3. pkgelectricals

    pkgelectricals Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    go to google adsense...
    check out add new channels...
    add your website url.,,,
    u'll b provided wid google adsense code...
    copy nd paste it in ur webpage acc to ur needs...
    u r done
     
    pkgelectricals, Dec 26, 2009 IP
  4. galaji

    galaji Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    @ tandy
    thank you very much, that solved my major problem
    now the page looks organized
    thanks
    keep up the good work
     
    galaji, Dec 26, 2009 IP