I have set the line brea as Br, but when there is a table, and inside the cell I start to write text, some line breaks are <p> tags, despite the fact I put in the settings to use Br.
Choose Br, draw a table, and start typing and pressing Enter, go to HTML and you will see there are some <p> tags. See below:
<table cellspacing="2" cellpadding="2" width="500" border="0">
<tbody>
<tr>
<td>
<p>asdasdasd</p>
<p>asd<br />
asd<br />
as<br />
d<br />
as<br />
d<br />
asd<br />
a<br />
sd<br />
asd<br />
s<br />
d</p>
</td>
</tr>
</tbody>
</table>
Is there any wrokaroung for this issue please?