First of all, I'd recommend you to stay away from Frontpage
Texts flowing around Adsense can be accomplished in many ways. But here is a way you can try. I'm assuming that you are not using remote CSS file for your website.
Code:
<div style="float:left; margin: 10px;">
Adsense code comes here.
</div>
Insert your adsense code with the code above. If you want your ad unit to show on the right side of the text, change float:left to float:right
Have fun optimizing
