Hi, Pls let me know how to change the defalut(Arial) font in owa from server side.
Forgot to tell you that I have tried below changes ,But it didn`t work... Let me know any more changes are required. 1. Open c:\program files\exchsrvr\exchweb\controls\webclientutil.js in notepad 2. Locate the function: function InitializeHTMLEditor(objHTMLEdit, bodyHTML) In the function, locate the line: '</HEAD><BODY><DIV> </DIV>' + Change it to: '</HEAD><BODY><DIV>'+"<FONT face='Verdana' color=#000000 size=1> </FONT>" +'</DIV>' + Note: Sizes: 1=8, 2=10, 3=12. etc. 3. Repeat the steps above for the file c:\program files\exchsrvr\exchweb\controls\util_owa20.js 4. Your clients might need a cache flush in IE. (Delete temp items) "How to Change the default font in OWA" wrote: > > Hi, > > Pls let me know how to change the defalut(Arial) font in owa from server side. >