anyone else having this issue? No matter what I do, I can't get images to align right within a block of text. I even turned the visual editor on and noticed that they appeared correctly in the visual editor, but no the live site...
i have the same problem.. I always figured it was in the CSS of the theme i'm using, but i never bothered to look any further.. align=left doesnt look all that bad i guess..
Yea, just the align="right" attribute on an image will not work in WP.. The align left will but something with the way the containers work the align right does not work on my theme either. Try putting it in a div something like this instead - <div align="right"> <img src="img.jpg"> </div>
Yep MarRome, that there looks like exactly what needs to be done in order to use images on the right with text wrap on left.. Thanks for the link.. I will probably try to get my css set up and work this way. Boulder