How do you position adds on your website using html? Sorry if this is a stupid question, but I am new to this whole website and adsense thing.
well, I tried to paste a leaderboard into my html, but it was automatically positioned on the very top left. I would like it to be pasted at the very top middle. Unless you think that the very top left is a better place.
I think this goes a little beyond the topic of this forum. I would suggest finding a good HTML and CSS tutorial on the internet. There are lots of them out there.
What's your URL? Otherwise it's kind of difficult to keep offering ways to center something when I'm not sure if you're running this site on a blog or a paper napkin, know what I mean?
<center>ad code</center> will work for the most part, but a more W3C compliant, cross-platform syntax is <div align="center">adsense code</div> "center" can alternately be switched for"right", "left", or "justify" also GG