I am trying to make the insertion of ads on the front page look cleaner than the default which pushes them in awkwardly. I know that you can tweak the template. The default is:

%teaser
[adsense:468x60:999999999999]

Is there a way to nicely space this out both above and below? Simply adding <p></p> doesn't seem to work. Any thoughts?

Comments

hswong3i’s picture

Assigned: Unassigned » hswong3i

So why don't adding <div> with style? e.g.

%teaser<div style="margin: 5px;">[adsense:468x60:999999999999]</div>
greg boggs’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)