Forum Moderators: martinibuster
In an external .css file I've created a definition for the skyscraper:
#skyscraper {
float:right;
margin:auto;
width:128px;
}
then around the adsense code in the main html document, I've put:
<div id="skyscraper">
...ADSENSE CODE...
</div>
Is that the kind of thing you mean?