xwindowuser
Member
Posted 2 years ago #
I am placing 200x200 ads in the upper left corner of my posts for heatmap placement. I was wondering how do I get the post text to wrap around the ad? either using the manually placed ad code or the php code placed in my template files. any help would be appreciated thanks.
gestroud
Member
Posted 2 years ago #
You could possibly use something like:
<div style="float: left; margin-right: 10px" width="200px">
Your ad code here
</div>
xwindowuser:
You can try to float the ad per gestround's suggestion - however, your results will vary depending on the type of ad you are showing. I assume that you are using the in-post syntax e.g.:
This is my post content [ad#name] and this is text after the ad.
Text should wrap around the ad if the ad network supports this.
Cheers,
Scott