Using the Beta 2 I uploaded a standard banner and set it for the Header Possition. That resulted in the ad being placed above the Logo, as seen in the attatched picture. I would like it to be shown to the Right side of the header and inline with it , like a standard banner position... Any suggestions? Thanks Steve
In the styling options add inline CSS. Code: float: right; margin-top: 10px; margin-right: 10px; Tweak the margins to position it where you want it.