
Luke
Staff
/ Moderator

Mar 7, 2005, 3:48 PM
Post #3 of 3
(2787 views)
Shortcut
|
|
Re: [circlesquare] font problem... size=2 is disappearing
[In reply to]
|
Can't Post
|
|
Hi Ciclesquare, Thanks for posting! :) The WYSIWYG editor makes use technology developed by Microsoft and because of this, the HTML output by the WYSIWYG editor is generated using this technology. While the WYSIWYG editor will output font tags for most sizes (1, 3, 4, 5, etc), unfortunately it doesn't output a <font size="2"> tag if you only have content with a font size of 2 in the editor. For example, if you give all of your content a font size of 2, a <font size="2"> tag will not be output. On the other hand, if you give all of your content a font size of 3, and then give one word in the middle of your content a size of 2, it will output a <font size="2"> tag. One workaround for this would be to place a <font size="2"> tag around your opening and closing <!-- publish --> tags. e.g. <font size="2"> <!-- publish -->Content goes here<!-- /publish --> </font> With this method, when you set a font size of all of your content will adopt the font tag defined outside of the publish tags. Let me know if this helps, or if you have any other questions! :) Luke Holzken Product Development
|