Repro:
- Use Internet Explorer 8
- Add a table with 1 cell
- In this cell, add a textarea
At this moment the html should look like this
<table> <tbody> <tr> <td><textarea style="width: 223px; height: 76px;" rows="4" cols="24"></textarea> </td> </tr> </tbody> </table> - Doubleclick on the textarea, and add "Line 1" <ENTER> "Line 2"
- Now when you save or switch between Design <-> HTML, the second line becomes indented.
Is there a way to circumvent the spaces automatically added by the editor?
Kind regards,
Dries