Hi,
Ive created a simple image float right style within a CSS file called
wysiwyg.css which resides in the www/css folder.
floatRight {
float:right;
margin-left: 25px;
margin-bottom: 25px;
}
.mceContentBody.floatRight {
float:right;
margin-left: 25px;
margin-bottom: 25px;
}
Within the richtext.cfc file, I have pointed tinyMCE to the
wysiwyg.css file.
When I edit a pages body content, I can select the "floatRight" style
from the drop down menu, and apply it to an image, but the image dosnt
re-position itself to the right within the editor, it just stays where
it is. When I view the HTML source for the page, I can see that
tinyMCE has applied <span class="floatRight"> wrapped around the
image.
I was under the impression that the .mceContentBody.floatRight CSS
would sort this, but it dosnt. This method worked fine in Farcry 3,
but dosnt appear to work in Farcry 4.
Is this a bug within Farcry 4.0.9 and the bundled tinyMCE ?
Thanks
B
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---