Problem with line break

  •  05-30-2008, 7:02 PM

    Problem with line break

    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.
     
    This also happens in the example of this website http://cutesoft.net/example/oncarriagereturn.aspx
     
    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?
     
    Filed under:
View Complete Thread