<div id="divEditor">

<table width="600"  border="0" cellspacing="0" cellpadding="0" >
<tr>
<td>
<iframe id="HtmlEditor"  style=" height:286px;width:100%" arginheight="0" marginwidth="0" ></iframe>
</td>
</tr>

</table>
</div><script type="text/javascript">
window.frames["HtmlEditor"].document.designMode="On";
</script>
id为HtmlEditor是那个编辑器,我想在打开的时候初始化它的字体大小为特小和字体为Arial,应该如何?能行吗?