﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
749	Extra paragraph break after Tables within fixed-height cells	severy@…		"If a table of a fixed height is located inside a table
cell of the exact same fixed height, an extra
paragraph break is displayed after the table when the
content is loaded into the editor in Internet
Explorer. This problem does not occur in Firefox.
With web pages that use a lot of tables within tables
for layout, the content can look totally different
within the editor as compared to in a regular browser
window. The following sample HTML demonstrates the
problem:


{{{
<html>
<head>
<Title>FCKeditor Table Layout Issue</title>
</head>
<body bgcolor=""#0000FF"">
<table width=""100%"" height=""50"" border=""0""
cellpadding=""0"" cellspacing=""0"" bgcolor=""#FF0000"">
<tr height=""50"">
<td width=""100%"" height=""50"">
<table width=""100%"" height=""50"" border=""0""
cellpadding=""0"" cellspacing=""0"">
<tr><td bgcolor=""#00FF00""
width=""100%""></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
}}}
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1511448&group_id=75348&atid=543653"	Bug	closed	Normal		General	SVN (FCKeditor) - Retired	wontfix	IE	
