How do I embed a poll alongside text on a page?
-
I want to embed a poll on a page with text, so that the text lays up against the margins of the poll. On my private blog home page, the text lays next to an image that is justified left. On the test page, the text is underneath the poll: http://giendo.wordpress.com/colon-cancer-awareness/ . The poll is a narrow margin type. I do not know how to correct this.
The blog I need help with is: (visible only to logged in users)
-
I added some inline CSS styling around your poll shortcode to move it to the left and wrap the text around it. If you click on the “Text” tab you’ll see this:
<div style="float: left; margin-right: 10px">[polldaddy poll=6823947]</div>If you prefer the poll on the right, use this:
<div style="float: right; margin-left: 10px">[polldaddy poll=6823947]</div>Just let me know if you have any questions.
-
-
- The topic ‘How do I embed a poll alongside text on a page?’ is closed to new replies.