Salve a tutti ragazzi!!!!
volevo chiedervi... sapete come si può fare per impostare un valore di default in x-lite...
non so uno spazio o unsa semplice lettera!!

codice:
<object type="application/x-xstandard" id="editor1" name="editor1" width="770" height="420">
  
  <param name="CSS" value="http://www.sito.it/xeditor/format.css" />
  
  <param name="Styles" value="http://www.sito.it/xeditor/styles.xml" />
  <param name="Toolbar" value="numbering,bullets,,strong,em,underline,,blockquote;undo-blockquote,indent,,align-left,align-center,align-right,,textbox,,copyright,,layout-table,data-table,image,line,hyperlink,undo,,wysiwyg,source,preview,screen-reader" />
  <param name="ClassImageFloatLeft" value="left" />
  <param name="ClassImageFloatRight" value="right" />
  <param name="Value" value=" <%=Server.HTMLEncode(strEditor )%> " />
  <param name="Options" value="0" />
  <param name="IndentOutput" value="no"/>
  <param name="BackgroundColor" value="" />
  <param name="BorderColor" value="black" />
  <param name="Base" value="http://soap.xstandard.com/library/" />
  <param name="LatestVersion" value="1.6.1.0"/>
  <param name="Lang" value="it"/>
  <embed src="http://www.sito.it/xeditor/format.css" width="770" height="420" lang="it" css="http://www.sito.it/xeditor/format.css" styles="http://www.sito.it/xeditor/styles.xml" toolbar="numbering,bullets,,strong,em,underline,,blockquote;undo-blockquote,indent,,align-left,align-center,align-right,,textbox,,copyright,,layout-table,data-table,image,line,hyperlink,undo,,wysiwyg,source,preview,screen-reader" classimagefloatleft="left" classimagefloatright="right" value="<%=Server.HTMLEncode(strEditor)%> " options="0" indentoutput="no" backgroundcolor="" bordercolor="black" base="http://soap.xstandard.com/library/" latestversion="1.6.1.0"></embed> 
  
  <div class="message">If you do not see the editor here, there are two possible 
    reasons. (1) You have not yet installed XStandard to your computer. (2) You 
    are using a browser that does not support ActiveX or Mozilla/Firefox plug-ins.</div>
</object>
credo si imposti qui ma non so come e dove!!!