| ID | KIC000188 | Creation date | February 17, 2005 |
| Platform | S60 2nd Edition | Devices | Nokia 6600, software version 4.09.1 |
| Category | Subcategory |
| Keywords (APIs, classes, methods, functions): |
There is an empty line below the XHTML float object.
When the float object is used in XHTML, the browser creates an additional empty line below/after the float object.
<body> <div> <div style="height:35px; width:35px; background-color:blue; float:left; text-align:center;"> </div> <div>This is an example of a float object. There will be an additional empty line below the float object. </div> </div> </body>
Currently no solution exists.