NameSilo

How to align AdSense code?

Spaceship Spaceship
Watch

fuser00

Established Member
Impact
4
Hi, ive just inserted the google adsense code on the front page but its not aligned.

How can i do it? The banner is 468x60 at the bottom.

The site is: www.faviconsr.us

Thanks, fuser
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
You can do that using one of these ways:
Code:
<div align="center">
ADSENSECODE
</div>
OR
Code:
<center>
ADSENSECODE
</center>
Doesn't really matter which :P

Rhett.
 
0
•••
It you really want to get picky use a little css in there. Change the top: and left: values until the desired location is reached.


Code:
<html>
 <head>
  <style>
    .adsense_code { position: absolute; top: 105px; left: 130px; }
  </style>
 </head>
  <body>
    <div class="adsense_code"> place adsense code here</div>
  </body>
</html>
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back