<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: mx:RichTextEditor issues Font Too Large</title>
	<atom:link href="http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Caroline B</title>
		<link>http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/comment-page-1/#comment-4104</link>
		<dc:creator>Caroline B</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/#comment-4104</guid>
		<description>This is the jQuery rendered code:

font color=&quot;#222222&quot; face=&quot;Verdana&quot; size=&quot;11&quot; style=&quot;font-size: 11px;&quot; KERNING=&quot;0&quot; LETTERSPACING=&quot;0&quot;

[regards]</description>
		<content:encoded><![CDATA[<p>This is the jQuery rendered code:</p>
<p>font color=&#8221;#222222&#8243; face=&#8221;Verdana&#8221; size=&#8221;11&#8243; style=&#8221;font-size: 11px;&#8221; KERNING=&#8221;0&#8243; LETTERSPACING=&#8221;0&#8243;</p>
<p>[regards]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caroline B</title>
		<link>http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/comment-page-1/#comment-4103</link>
		<dc:creator>Caroline B</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/#comment-4103</guid>
		<description>Same issue, Different resolution: 
I also had this HUGE FONT issue. The outputted RTE html was sent to a db and then output to a .jsp. I could not run the &lt;![CDATA[ regex before it went to the db. I tried many regex&#039;s on my jsp, none worked. I tried jQuery and this worked for me: 


 jQuery(document).ready(function() {
 $(&#039;p font&#039;).css(&quot;font-size&quot;, &quot;11&quot;);
});			


This jquery outputs the following code: 



See how it adds &quot;style=&quot;font-size: 11px;&quot;&quot;
(hope this formats well). Thought I&#039;d share since my RTE code was sent immediately to a database and needed to be edited on a different page other than the original mxml.

[best regards]</description>
		<content:encoded><![CDATA[<p>Same issue, Different resolution:<br />
I also had this HUGE FONT issue. The outputted RTE html was sent to a db and then output to a .jsp. I could not run the &lt;![CDATA[ regex before it went to the db. I tried many regex&#039;s on my jsp, none worked. I tried jQuery and this worked for me: </p>
<p> jQuery(document).ready(function() {<br />
 $('p font').css("font-size", "11");<br />
});			</p>
<p>This jquery outputs the following code: </p>
<p>See how it adds "style="font-size: 11px;""<br />
(hope this formats well). Thought I'd share since my RTE code was sent immediately to a database and needed to be edited on a different page other than the original mxml.</p>
<p>[best regards]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CustomRichTextEditor with XHTML text &#124; Axelology</title>
		<link>http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/comment-page-1/#comment-322</link>
		<dc:creator>CustomRichTextEditor with XHTML text &#124; Axelology</dc:creator>
		<pubDate>Mon, 24 Mar 2008 15:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/2008/02/13/mxrichtexteditor-issues-font-too-large/#comment-322</guid>
		<description>[...] written on the the  mx.controls.RichTextEditor before in flex&#8230; and there are some issues with the HTML that it outputs. That post states [...]</description>
		<content:encoded><![CDATA[<p>[...] written on the the  mx.controls.RichTextEditor before in flex&#8230; and there are some issues with the HTML that it outputs. That post states [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

