[wp-trac] Re: [WordPress Trac] #6687: TinyMCE is not working so well
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 12 17:31:14 GMT 2008
#6687: TinyMCE is not working so well
-----------------------+----------------------------------------------------
Reporter: link2caro | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: TinyMCE | Version: 2.5
Severity: trivial | Resolution: invalid
Keywords: |
-----------------------+----------------------------------------------------
Changes (by azaozz):
* status: new => closed
* resolution: => invalid
* milestone: 2.5.1 =>
Comment:
As ionfish and Viper007Bond pointed out, this is easily fixed with css.
The common way of doing that is either by adding style="clear:left" to the
image, or adding <br style="margin:0;clear:both" /> between the
images/paragraphs. Either will fix it in TinyMCE, however may not work
well on the site, depending on the theme's css.
Also in some cases the user may want to line up horizontally several small
images with float:left, adding clear:left would prevent that.
I think the current configuration is the most compatible one, letting the
user decide how the images are arranged and add the needed css either
inline or to the theme's stylesheet.
Closing as invalid for now, if someone thinks there's a solution that will
fit all cases, feel free to reopen.
--
Ticket URL: <http://trac.wordpress.org/ticket/6687#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list