Index: /FCKeditor/trunk/_samples/cfm/sample01.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample01.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample01.cfm	(revision 711)
@@ -48,5 +48,5 @@
 	basePath="#basePath#"
 	instanceName="myEditor"
-	value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'
+	value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	width="100%"
 	height="200"
Index: /FCKeditor/trunk/_samples/cfm/sample01_mx.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample01_mx.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample01_mx.cfm	(revision 711)
@@ -52,5 +52,5 @@
 	fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
 	fckEditor.instanceName	= "myEditor" ;
-	fckEditor.value			= 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.' ;
+	fckEditor.value			= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 	fckEditor.basePath		= basePath ;
 	fckEditor.Create() ; // create the editor.
Index: /FCKeditor/trunk/_samples/cfm/sample02.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample02.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample02.cfm	(revision 711)
@@ -96,5 +96,5 @@
 	basePath="#basePath#"
 	instanceName="myEditor"
-	value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'
+	value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	width="100%"
 	height="200"
Index: /FCKeditor/trunk/_samples/cfm/sample02_mx.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample02_mx.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample02_mx.cfm	(revision 711)
@@ -91,5 +91,5 @@
 		fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
 		fckEditor.instanceName	= "myEditor" ;
-		fckEditor.value			= 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.' ;
+		fckEditor.value			= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 		fckEditor.basePath		= basePath ;
 		if ( isDefined( "URL.Lang" ) )
Index: /FCKeditor/trunk/_samples/cfm/sample03.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample03.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample03.cfm	(revision 711)
@@ -80,5 +80,5 @@
 	basePath="#basePath#"
 	instanceName="myEditor"
-	value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'
+	value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	width="100%"
 	height="200"
Index: /FCKeditor/trunk/_samples/cfm/sample03_mx.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample03_mx.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample03_mx.cfm	(revision 711)
@@ -78,5 +78,5 @@
 		fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
 		fckEditor.instanceName	= "myEditor" ;
-		fckEditor.value			= 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.' ;
+		fckEditor.value			= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 		fckEditor.basePath		= basePath ;
 		if ( isDefined( "URL.Toolbar" ) )
Index: /FCKeditor/trunk/_samples/cfm/sample04.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample04.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample04.cfm	(revision 711)
@@ -85,5 +85,5 @@
 	basePath="#basePath#"
 	instanceName="myEditor"
-	value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'
+	value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
 	width="100%"
 	height="200"
Index: /FCKeditor/trunk/_samples/cfm/sample04_mx.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sample04_mx.cfm	(revision 710)
+++ /FCKeditor/trunk/_samples/cfm/sample04_mx.cfm	(revision 711)
@@ -84,5 +84,5 @@
 		fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
 		fckEditor.instanceName	= "myEditor" ;
-		fckEditor.value			= 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.' ;
+		fckEditor.value			= '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
 		fckEditor.basePath		= basePath ;
 		if ( isDefined( "URL.Skin" ) )
