- Advanced web based WYSIWYG online HTML editor Client Area | Site Map | Contact Us | English | Chinese
Getting Started
Software Provided Style
Backend Administration
Basic Examples
Pop-up Windows' Call
Multiple Editors
Localization / Multi-language
Image Hot Link
Paragraph Attribute
Powerful control on font style
Advanced Topics
Client API
Getting Uploaded Files
Citing External Style Sheets
Get Remote Files Automatically
Relative/Absolute URLs
Thumbnail Image
Image/Text Watermark
Mixing typeset of Image and text
Unlimited optimized undo and redo
Local file auto upload
Import from Word
Import from Excel
Image/Flash/Media/File Gallery
Actual Application
News Management System
Demo of ways of citing external style

Using parametric interface of external style, you can set the editing area style.

This is usually used to set the style of editing area as CSS style files which will be identical to your application system. In that way, the displaying effect in the editor will be identical to the output displaying effect in your application system.

In the following example, designating extcss=../example/myeditorarea.css, then inputting some text in the editing area, you will find the displaying effect is the same as that defined in myeditorarea.css




Example Code:
<input type="hidden" name="content1" value="">
<iframe id="eWebEditor1" src="ewebeditor.htm?id=content1&style=coolblue&extcss=myeditorarea.css" frameborder="0" scrolling="no" width="650" height="350"></iframe>
myeditorarea.css
a,table,div,span,td,th,p {Color:#ff0000;font-size:16pt}
p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px}


Copyright © 2003-2007 eWebEditor.com, All Rights Reserved .