As far as I know, WYSIWYGs aren&#39;t simply good enough to do what you&#39;d like.<div><br></div><div>One way of getting close would be to define some CSS classes which pertain to alignment and borders and apply those classes to the images once they are placed in the editor via the WYSIWYG&#39;s style drop-down.</div>
<div><br></div><div>So, perhaps something like</div><div><br></div><div>.align-left {</div><div>  float: left;</div><div>  margin-right: 2em;</div><div><meta charset="utf-8">  margin-bottom: 2em;</div><div>}</div><div><br>
</div><div>.align-right {</div><div>  float: right;</div><div>  margin-left: 2em;</div><div>  margin-bottom: 2em;</div><div>}</div><div><br></div><div>.border-small {</div><div>  border: 1px solid #666;</div><div>}</div><div>
<div><br></div><div><meta charset="utf-8"><div>.border-medium {</div><div>  border: 3px solid #666;</div><div>}</div></div><div><br></div><div>etc...</div><div><br></div><br><div class="gmail_quote">On Fri, Feb 11, 2011 at 2:19 AM, andy baxter <span dir="ltr">&lt;<a href="mailto:andy@earthsong.free-online.co.uk">andy@earthsong.free-online.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I&#39;ve made a start on a drupal 7 website. I want to use the media module<br>
for handling all images on the site, but the integration with the<br>
wysiwyg module isn&#39;t as good as I had hoped. I can add images to a<br>
wysiwyg text box using the media browser, but the formatting options are<br>
very limited. E.g. there&#39;s no option to align images left right or<br>
centre, set the borders, or to freely change the image display size.<br>
There is a list of preset sizes, but this doesn&#39;t give much flexibility<br>
when laying out a page in the editor. The normal add/edit image button<br>
doesn&#39;t seem to work with media module images.<br>
<br>
I&#39;m wondering if I&#39;ve missed a module or config option I need, or if<br>
this is something that&#39;s being worked on? If it is, can anyone give me a<br>
rough idea of when it might be ready? I&#39;m not in a desperate hurry, but<br>
I&#39;m hoping to bring the site live some time over the next couple of months.<br>
<br>
Thanks,<br>
<br>
andy baxter.<br>
<font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br></div>