cdub
Well-known member
I'm pulling my hair out now. Why won't the text wrap?
I'm trying to put an adsense ad in my message text. I'm posting the following after this line of text in the ad_message_body template:
Here's what I'm posting:
and it still looks like this:
I'm trying to put an adsense ad in my message text. I'm posting the following after this line of text in the ad_message_body template:
Code:
<xen:comment> PLACE YOUR ADVERTISEMENT CODE DIRECTLY BELOW </xen:comment>
Here's what I'm posting:
Code:
<xen:if is="!{xen:helper ismemberof, $visitor, 11}">
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">
<div style="margin: 2px; float: left;">
adsense code
</div>
</xen:if>
</xen:if>
and it still looks like this: