Archived topic
Wrapping text around html on page
3 replies · Started by CRISTO on May 17, 2017
This more of a Wordpress question, but I can't seem to find an answer so hopefully someone here can help. I want to place Amazon Associates ads on my pages, but want the text to wrap around them...just as it does if I use "add media" when I add a picture.
Unfortunately, as you can see here, the Amazon ad does not let the text wrap around it.
Is there a simple way to change this? I can save the ad as a photo then insert and link from the photo but that is a more complicated way to do it....and I don't handle complicated very well.
Thanks for your help
Hi Cristo,
Is that Amazon ad currently inserted using HTML <iframe> tag?
If so try adding float: left; in the style after width: 120px;height: 240px;
Let me know.
You could also add padding-right: 5px; to the style as well to give it some space.
Glad we've been helpful!