I'm having this issue with getting the text in my posts to wrap around my tweetcounter. I keep fiddling around with it but nothing seems to be working. Other sites with the same tweet counter don't have that problem and their source code doesn't look any different. What am I doing wrong?
Code:
<div class='post-header-line-1'/>
<div class='entry'>
<span style='float:Left; margin:0 0 10px 10px;'>
<script type='text/javascript'>
tweetcount_url='';
tweetcount_title='';
tweetcount_cnt=;
tweetcount_src='RT @IntentChristian';
tweetcount_via=false;
tweetcount_short_url='bit.ly'
tweetcount_text='333333';
tweetcount_background='b30101';
tweetcount_border='333333';
</script>
<script src='http://widgets.backtype.com/tweetcount.js' type='text/javascript'/></span>
<data:post.body/>
<div style='clear: both; float: right'/> <!-- clear for photos floats -->
<div style='clear'/>
<div class='edit'/>
<b:if cond='data:post.hasJumpLink'>
<div class='postmetadata'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if>
</div>