• I’m trying to integrate a flash widget using html code (amazon widget) directly into the text of a post so that the text will wrap around it.

    Any suggestions?

    I know that I can add the html into the post using the html editor, but what I’m really trying to do is get the text to wrap around it like with an image.

    Thanks for any advice!

Viewing 1 replies (of 1 total)
  • The easiest way I can think of to do this would be to add a floating div with the widget inside it like so:
    <div style="float: left;">EMBEDCODEHERE</div>

    Obviously you could float it right too. Most WordPress themes also support class=”alignleft” or class=”alignright” if you’d rather try that instead of fiddling with style=””

Viewing 1 replies (of 1 total)
  • The topic ‘How to Integrate Flash Widget Directly into Text of Post?’ is closed to new replies.