On Feb 10, 2008, at 12:04 PM, BazD wrote:
> floatRight {
> float:right;
> margin-left: 25px;
> margin-bottom: 25px;
> }
>
> 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.

You're missing a period "." in front of the first class (floatRight).   
The CSS code you wrote is looking for an HTML tag called <floatRight/>

regards,

-Jeff

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to