I can’t word wrap around a PicApp image.
-
I can’t word wrap around a PicApp image. I chose “left align” before I copied the PicApp code, but that didn’t help.
I finally modified the PicApp code to conventional format, that is, to<img src="http://******/>and was able to solve the problem that way, but of course, I lost the link to the PicApp gallery.Anyone have any suggestions?
The blog I need help with is: (visible only to logged in users)
-
-
-
Thanks, raincoaster. If all else fails, I’ll try a table.
Here’s the PicApp code (for WordPress):
[picapp src="1/a/c/c/President_Obama_And_ec10.jpg?adImageId=5162434&imageId=6721944" width="234" height="160" /]When I couldn’t word wrap around the image provided by this code, I added align=”left”, but that didn’t help either.
-
I copied, pasted, and modified the non-WordPress-dedicated code, and ended up with the following, which does let the words wrap, but of course there’s no link to the PicApp gallery, but that’s not a big loss:
<img src="http://cdn.picapp.com/ftp/Images/1/a/c/c/President_Obama_And_ec10.jpg?adImageId=5146419&imageId=6721944" alt="Reid and Pelosi face reporters" width="234" height="160" align="left" hspace="16" vspace="10" /> -
You cannot directly alter the way a shortcode object will show up. Raincoaster’s right – table it is:
`<table align=”left” style=”padding-right:1em;”><tr><td>
SHORTCODE_HERE
</td></tr></table> -
-
- The topic ‘I can’t word wrap around a PicApp image.’ is closed to new replies.