I want to align my AdSense ads with the copyright but every time I try to the AdSense is a little bit, further down. How do I make it so that they are perfectly aligned? Example:
When I view the site the Google Ad unit is directly below the text. Did you change it? I believe I see the source of your problem though. This part: <div id="copyright"> Words </copyright> Look for #copyright in the CSS style sheet. It probably has a value for padding or other similar attribute that would cause the misalignment
I didnt provide that code. I copied and pasted what the original poster put in and forgot to change that last part, but you are correct.
I know you changed it (technically replacing it with your own), which is why I said you "provided" it. No foul though.
Try this: <div style="float:left;"> Copyright </div> <div style="float:right;"> Adsense </div> Code (markup):