are there any easy methods for aligning text ads. I need to move the ad into the header but i can't get it to fit properly so it looks very sketchy. I tryed to make a simple table and align but I can't figure out how to move the table up and down, and move the text by only an inch. Can U Help?
You need to use your stylesheet. Add a class, for example: .ad1 {margin: 0px 0px 0px 0px} Then, wrap the ad code in the template in these tags: <div class="ad1"></div> Then, change the margins to suit your template. You can also try other parameters such as: padding, text-align, etc. Good luck!
Thanks i gave it a try but thats a little too much for me, i just decided to place the ad at the footer and see how it will work out. Thanks for your time tho
i'm using codes like <div align="left">adsense code comes here</div> to align my adsense in my templates