Index: /FCKeditor/trunk/_samples/afp/sample01.afp
===================================================================
--- /FCKeditor/trunk/_samples/afp/sample01.afp	(revision 704)
+++ /FCKeditor/trunk/_samples/afp/sample01.afp	(revision 705)
@@ -39,5 +39,5 @@
 			sBasePath="../../../fckeditor/"		&& Change this to your local path
 
-			lcText=[This is some <strong>sample text</strong>. You are using ]
+			lcText=[<p>This is some <strong>sample text</strong>. You are using ]
 			lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
 
Index: /FCKeditor/trunk/_samples/afp/sample02.afp
===================================================================
--- /FCKeditor/trunk/_samples/afp/sample02.afp	(revision 704)
+++ /FCKeditor/trunk/_samples/afp/sample02.afp	(revision 705)
@@ -98,5 +98,5 @@
 			ENDIF
 
-			lcText=[This is some <strong>sample text</strong>. You are using ]
+			lcText=[<p>This is some <strong>sample text</strong>. You are using ]
 			lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
 
Index: /FCKeditor/trunk/_samples/afp/sample03.afp
===================================================================
--- /FCKeditor/trunk/_samples/afp/sample03.afp	(revision 704)
+++ /FCKeditor/trunk/_samples/afp/sample03.afp	(revision 705)
@@ -76,5 +76,5 @@
 			ENDIF
 
-			lcText=[This is some <strong>sample text</strong>. You are using ]
+			lcText=[<p>This is some <strong>sample text</strong>. You are using ]
 			lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
 
Index: /FCKeditor/trunk/_samples/afp/sample04.afp
===================================================================
--- /FCKeditor/trunk/_samples/afp/sample04.afp	(revision 704)
+++ /FCKeditor/trunk/_samples/afp/sample04.afp	(revision 705)
@@ -83,5 +83,5 @@
 			ENDIF
 
-			lcText=[This is some <strong>sample text</strong>. You are using ]
+			lcText=[<p>This is some <strong>sample text</strong>. You are using ]
 			lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
 
Index: /FCKeditor/trunk/_samples/asp/sample01.asp
===================================================================
--- /FCKeditor/trunk/_samples/asp/sample01.asp	(revision 704)
+++ /FCKeditor/trunk/_samples/asp/sample01.asp	(revision 705)
@@ -53,5 +53,5 @@
 Set oFCKeditor = New FCKeditor
 oFCKeditor.BasePath	= sBasePath
-oFCKeditor.Value	= "This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
+oFCKeditor.Value	= "<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
 oFCKeditor.Create "FCKeditor1"
 		%>
Index: /FCKeditor/trunk/_samples/asp/sample02.asp
===================================================================
--- /FCKeditor/trunk/_samples/asp/sample02.asp	(revision 704)
+++ /FCKeditor/trunk/_samples/asp/sample02.asp	(revision 705)
@@ -99,5 +99,5 @@
 End If
 
-oFCKeditor.Value = "This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
+oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
 oFCKeditor.Create "FCKeditor1"
 %>
Index: /FCKeditor/trunk/_samples/asp/sample03.asp
===================================================================
--- /FCKeditor/trunk/_samples/asp/sample03.asp	(revision 704)
+++ /FCKeditor/trunk/_samples/asp/sample03.asp	(revision 705)
@@ -83,5 +83,5 @@
 End If
 
-oFCKeditor.Value = "This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
+oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
 oFCKeditor.Create "FCKeditor1"
 %>
Index: /FCKeditor/trunk/_samples/asp/sample04.asp
===================================================================
--- /FCKeditor/trunk/_samples/asp/sample04.asp	(revision 704)
+++ /FCKeditor/trunk/_samples/asp/sample04.asp	(revision 705)
@@ -89,5 +89,5 @@
 End If
 
-oFCKeditor.Value = "This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
+oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
 oFCKeditor.Create "FCKeditor1"
 %>
Index: /FCKeditor/trunk/_samples/html/sample01.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample01.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample01.html	(revision 705)
@@ -49,5 +49,5 @@
 oFCKeditor.BasePath	= sBasePath ;
 oFCKeditor.Height	= 300 ;
-oFCKeditor.Value	= 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ;
+oFCKeditor.Value	= '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample02.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample02.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample02.html	(revision 705)
@@ -55,5 +55,5 @@
 	<form action="sampleposteddata.asp" method="post" target="_blank">
 		<div>
-			<textarea name="FCKeditor1" rows="10" cols="80" style="width: 100%; height: 200px">This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.</textarea>
+			<textarea name="FCKeditor1" rows="10" cols="80" style="width: 100%; height: 200px">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>
 		</div>
 		<br />
Index: /FCKeditor/trunk/_samples/html/sample03.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample03.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample03.html	(revision 705)
@@ -126,5 +126,5 @@
 	oFCKeditor.Config["DefaultLanguage"]    = sLang ;
 }
-oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample04.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample04.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample04.html	(revision 705)
@@ -85,5 +85,5 @@
 	oFCKeditor.ToolbarSet = sToolbar ;
 
-oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample05.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample05.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample05.html	(revision 705)
@@ -115,5 +115,5 @@
 }
 
-oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value	= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample06.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample06.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample06.html	(revision 705)
@@ -63,5 +63,5 @@
 oFCKeditor.ToolbarSet	= 'PluginTest' ;
 
-oFCKeditor.Value		= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value		= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample07.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample07.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample07.html	(revision 705)
@@ -49,5 +49,5 @@
 oFCKeditor.BasePath	= sBasePath ;
 oFCKeditor.Config['FullPage'] = true ;
-oFCKeditor.Value = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/></head><body>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>' ;
+oFCKeditor.Value = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Full Page Test</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/></head><body><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample08.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample08.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample08.html	(revision 705)
@@ -159,5 +159,5 @@
 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
 oFCKeditor.BasePath	= sBasePath ;
-oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value	= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample09.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample09.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample09.html	(revision 705)
@@ -77,5 +77,5 @@
 oFCKeditor.BasePath		= sBasePath ;
 oFCKeditor.ToolbarSet	= 'Basic' ;
-oFCKeditor.Value		= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value		= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
@@ -90,5 +90,5 @@
 
 oFCKeditor.BasePath	= sBasePath ;
-oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value	= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample10.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample10.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample10.html	(revision 705)
@@ -57,5 +57,5 @@
 oFCKeditor.Height = 100 ;
 oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:xToolbar' ;
-oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
@@ -69,5 +69,5 @@
 oFCKeditor.Height = 100 ;
 oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:xToolbar' ;
-oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/html/sample11_frame.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample11_frame.html	(revision 704)
+++ /FCKeditor/trunk/_samples/html/sample11_frame.html	(revision 705)
@@ -47,5 +47,5 @@
 oFCKeditor.Height = 100 ;
 oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:parent(xToolbar)' ;
-oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
@@ -59,5 +59,5 @@
 oFCKeditor.Height = 100 ;
 oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:parent(xToolbar)' ;
-oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+oFCKeditor.Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 oFCKeditor.Create() ;
 //-->
Index: /FCKeditor/trunk/_samples/lasso/sample01.lasso
===================================================================
--- /FCKeditor/trunk/_samples/lasso/sample01.lasso	(revision 704)
+++ /FCKeditor/trunk/_samples/lasso/sample01.lasso	(revision 705)
@@ -44,5 +44,5 @@
 		-instancename='FCKeditor1',
 		-basepath=$basepath,
-		-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
+		-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	);
 
Index: /FCKeditor/trunk/_samples/lasso/sample02.lasso
===================================================================
--- /FCKeditor/trunk/_samples/lasso/sample02.lasso	(revision 704)
+++ /FCKeditor/trunk/_samples/lasso/sample02.lasso	(revision 705)
@@ -98,5 +98,5 @@
 		-basepath=$basepath,
 		-config=$config,
-		-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
+		-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	);
 
Index: /FCKeditor/trunk/_samples/lasso/sample03.lasso
===================================================================
--- /FCKeditor/trunk/_samples/lasso/sample03.lasso	(revision 704)
+++ /FCKeditor/trunk/_samples/lasso/sample03.lasso	(revision 705)
@@ -72,5 +72,5 @@
 		-instancename='FCKeditor1',
 		-basepath=$basepath,
-		-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
+		-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	);
 
Index: /FCKeditor/trunk/_samples/lasso/sample04.lasso
===================================================================
--- /FCKeditor/trunk/_samples/lasso/sample04.lasso	(revision 704)
+++ /FCKeditor/trunk/_samples/lasso/sample04.lasso	(revision 705)
@@ -78,5 +78,5 @@
 		-instancename='FCKeditor1',
 		-basepath=$basepath,
-		-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
+		-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	);
 
Index: /FCKeditor/trunk/_samples/perl/sample01.cgi
===================================================================
--- /FCKeditor/trunk/_samples/perl/sample01.cgi	(revision 704)
+++ /FCKeditor/trunk/_samples/perl/sample01.cgi	(revision 705)
@@ -85,5 +85,5 @@
 	&FCKeditor('FCKeditor1');
 	$BasePath	= $sBasePath;
-	$Value		= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.';
+	$Value		= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>';
 	&Create();
 
Index: /FCKeditor/trunk/_samples/perl/sample02.cgi
===================================================================
--- /FCKeditor/trunk/_samples/perl/sample02.cgi	(revision 704)
+++ /FCKeditor/trunk/_samples/perl/sample02.cgi	(revision 705)
@@ -150,5 +150,5 @@
 		$Config{'DefaultLanguage'}		= 'en' ;
 	}
-	$Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+	$Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 	&Create();
 
Index: /FCKeditor/trunk/_samples/perl/sample03.cgi
===================================================================
--- /FCKeditor/trunk/_samples/perl/sample03.cgi	(revision 704)
+++ /FCKeditor/trunk/_samples/perl/sample03.cgi	(revision 705)
@@ -135,5 +135,5 @@
 		$ToolbarSet = &specialchar_cnv( $FORM{'Toolbar'} );
 	}
-	$Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+	$Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 	&Create();
 
Index: /FCKeditor/trunk/_samples/perl/sample04.cgi
===================================================================
--- /FCKeditor/trunk/_samples/perl/sample04.cgi	(revision 704)
+++ /FCKeditor/trunk/_samples/perl/sample04.cgi	(revision 705)
@@ -142,5 +142,5 @@
 		$Config{'SkinPath'} = $sBasePath . 'editor/skins/' . &specialchar_cnv( $FORM{'Skin'} ) . '/' ;
 	}
-	$Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+	$Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 	&Create() ;
 
Index: /FCKeditor/trunk/_samples/php/sample01.php
===================================================================
--- /FCKeditor/trunk/_samples/php/sample01.php	(revision 704)
+++ /FCKeditor/trunk/_samples/php/sample01.php	(revision 705)
@@ -48,5 +48,5 @@
 $oFCKeditor = new FCKeditor('FCKeditor1') ;
 $oFCKeditor->BasePath	= $sBasePath ;
-$oFCKeditor->Value		= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+$oFCKeditor->Value		= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 $oFCKeditor->Create() ;
 ?>
Index: /FCKeditor/trunk/_samples/php/sample02.php
===================================================================
--- /FCKeditor/trunk/_samples/php/sample02.php	(revision 704)
+++ /FCKeditor/trunk/_samples/php/sample02.php	(revision 705)
@@ -100,5 +100,5 @@
 }
 
-$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 $oFCKeditor->Create() ;
 ?>			<br>
Index: /FCKeditor/trunk/_samples/php/sample03.php
===================================================================
--- /FCKeditor/trunk/_samples/php/sample03.php	(revision 704)
+++ /FCKeditor/trunk/_samples/php/sample03.php	(revision 705)
@@ -80,5 +80,5 @@
 	$oFCKeditor->ToolbarSet = htmlspecialchars($_GET['Toolbar']);
 
-$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 $oFCKeditor->Create() ;
 ?>
Index: /FCKeditor/trunk/_samples/php/sample04.php
===================================================================
--- /FCKeditor/trunk/_samples/php/sample04.php	(revision 704)
+++ /FCKeditor/trunk/_samples/php/sample04.php	(revision 705)
@@ -86,5 +86,5 @@
 	$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) . '/' ;
 
-$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
+$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 $oFCKeditor->Create() ;
 ?>
Index: /FCKeditor/trunk/_samples/py/sample01.py
===================================================================
--- /FCKeditor/trunk/_samples/py/sample01.py	(revision 704)
+++ /FCKeditor/trunk/_samples/py/sample01.py	(revision 705)
@@ -58,5 +58,5 @@
 	oFCKeditor = fckeditor.FCKeditor('FCKeditor1')
 	oFCKeditor.BasePath = sBasePath
-	oFCKeditor.Value = """This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>."""
+	oFCKeditor.Value = """<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>"""
 	print oFCKeditor.Create()
 except Exception, e:
