Index: /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js
===================================================================
--- /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js	(revision 2234)
+++ /FCKeditor/branches/features/new_samples/_samples/html/sample16.config.js	(revision 2235)
@@ -44,5 +44,5 @@
 	{
 		Element		: 'font',
-		Attributes	: { 'face' : '#("Font")' },
+		Attributes	: { 'face' : '#("Font")' }
 	} ;
 
@@ -67,5 +67,5 @@
 	{
 		Element		: 'font',
-		Attributes	: { 'color' : '#("Color")' },
+		Attributes	: { 'color' : '#("Color")' }
 	} ;
 /**
@@ -88,5 +88,5 @@
  * Flash specific formatting settings.
  */
-FCKConfig.EditorAreaStyles = 'p {margin: 0px;}' ;
+FCKConfig.EditorAreaStyles = 'p, ol, ul {margin: 0px;}' ;
 FCKConfig.FormatSource = false ;
 FCKConfig.FormatOutput = false ;
Index: /FCKeditor/branches/features/new_samples/_samples/html/sample16.html
===================================================================
--- /FCKeditor/branches/features/new_samples/_samples/html/sample16.html	(revision 2234)
+++ /FCKeditor/branches/features/new_samples/_samples/html/sample16.html	(revision 2235)
@@ -1,3 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
@@ -45,10 +45,13 @@
 	<div>
 		This sample shows FCKeditor configured to produce HTML code that can be used with
-		<a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808#TextArea_Component">Flash</a>.
+		<a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14808#TextArea_Component">
+			Flash</a>.
 	</div>
 	<hr />
-	<form target="_blank">
-		<div style="float: left;">
-		<script type="text/javascript">
+	<form target="_blank" action="">
+		<table width="100%" cellpadding="0" cellspacing="0">
+			<tr>
+				<td style="width: 100%">
+					<script type="text/javascript">
 <!--
 // Automatically calculates the editor base path based on the _samples directory.
@@ -64,16 +67,16 @@
 oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + '_samples/html/sample16.config.js' ;
 oFCKeditor.Height = 400 ;
-oFCKeditor.Width = 500 ;
+oFCKeditor.Width = '100%' ;
 oFCKeditor.ToolbarSet = 'Flash' ;
 oFCKeditor.Value = '<p>This is some <b>sample text<\/b>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
 oFCKeditor.Create() ;
 //-->
-		</script>
-		</div>
-		<div style="float:left; padding: 5px;">
-			<input type="button" style="position: relative; top: 190px;" value="->" onclick="sendToFlash();" />
-		</div>
-		<div id="fckFlashContainer" style="float: left;" />
-		<br />
+					</script>
+					<input type="button" value="Send to Flash" onclick="sendToFlash();" />
+				</td>
+				<td id="fckFlashContainer" valign="top" style="padding-left: 15px">
+				</td>
+			</tr>
+		</table>
 	</form>
 	<script type="text/javascript">
