Text won’t wrap around image – tried everything
-
This has been unbelievably frustrating, and I’ve been troubleshooting for two days, but I still cannot get text to properly wrap around images in this new WordPress-launched site.
I’m using the Vintage Mag theme, which in retrospect was a huge mistake, because the coding is obviously messed up.
See the problem here:
https://www.mnpokermag.com/2010/02/07/dan-dow-wins-february-island-tournament/
and here:
https://www.mnpokermag.com/2010/02/05/welcome-2/
In the style.css file, I currently have this code:
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
====
I’ve also tried various other similar “float” codes, but nothing works. I also installed a new admin editor, which sort of fixed the problem… text wrapped somewhat properly, but the paragraph tags were somehow removed upon posting, which left a jumbled mess of text.
Any suggestions? Is there a conflict w/ the admin CSS?
- The topic ‘Text won’t wrap around image – tried everything’ is closed to new replies.