Hello,
I'm not sure if this is a bug or a feature, but when editing text in the editor, I've come across an annoying little thingy:
The default font face for the editor seems to be arial. Hence, when editing/previewing (wysiwyg) any text, it all looks good. however, when viewing the source code of the text entered, there is no <font face=arial> .. </font> tags around the text, even when it's explicitly marked and altered.
These font tags are inserted when using other fonts (such as verdana, tahoma etc) but when switching back to arial, the face=arial part is removed from the source.
Quite annoying, because when saved and (for example sent through email) the text is shown in times new roman, the default font for many many applications. (e.g. outlook express)
I've looked around, but can't seem to find this particular behaviour.
Anyone ideas?
Thanks
I'm not sure if this is a bug or a feature, but when editing text in the editor, I've come across an annoying little thingy:
The default font face for the editor seems to be arial. Hence, when editing/previewing (wysiwyg) any text, it all looks good. however, when viewing the source code of the text entered, there is no <font face=arial> .. </font> tags around the text, even when it's explicitly marked and altered.
These font tags are inserted when using other fonts (such as verdana, tahoma etc) but when switching back to arial, the face=arial part is removed from the source.
Quite annoying, because when saved and (for example sent through email) the text is shown in times new roman, the default font for many many applications. (e.g. outlook express)
I've looked around, but can't seem to find this particular behaviour.
Anyone ideas?
Thanks
RE: arial font not explicitly entered into HTML
Thanks for your quick reply Jim, and guess what, it works !
Cheers !
RE: arial font not explicitly entered into HTML
/fck/css/fck_editorarea.css
change the body definition to:
body
{
font-size: 12px;
/*font-family: Arial;*/
}
You can also comment out the font-size bit (I did).
Good luck!
-Jim
RE: arial font not explicitly entered into HTML
Can this be solved in a different way?
RE: arial font not explicitly entered into HTML
Kindly help me as soon as possible
RE: arial font not explicitly entered into HTML
RE: arial font not explicitly entered into HTML
now the Times New Roman font has this problem. also if u might have noticed the editor does not put "size=" attribute inside the font tag unless the user explicitly selects some other Font Size rather than using the default font size.
I tried to debug the code present in the function doFontName(combo); in fck_actions.js file but i am unable to find out at which point it removes the name attribute.
Maybe u guys can tweak this code a bit ...
Is there any way we can contact Fred directly to solve our problem..
RE: arial font not explicitly entered into HTML