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 ?
replace your footer with this!! <div class="footer"> <div class="right"> <p>© 2009 All rights reserved</p> <p>"Ask The Experts" 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>© 2009 All rights reserved</p> <p>"Ask The Experts" 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
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
@ tandy thank you very much, that solved my major problem now the page looks organized thanks keep up the good work