Problem with line break

Last post 06-30-2008, 6:33 AM by koensas. 4 replies.
Sort Posts: Previous Next
  •  05-30-2008, 7:02 PM 40955

    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:
  •  06-02-2008, 12:52 PM 41004 in reply to 40955

    Re: Problem with line break

    This is the browser behavior.

    When you start editing, <P> or <div> tags will be inserted automatically by IE. The content is wrapped in the block level element.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-02-2008, 11:27 PM 41016 in reply to 40955

    Re: Problem with line break

    Hi Adam,
     
    I need a way to fix this, really badly, if I set the line breaks as <br> that means I DON'T want to use <P> tags. Is there any workaround for this? Please, any solution will be appreciated, like mmm is there a way that when pressing ENTER the cuteeditor takes the ENTER as a ***+ENTER??
     
    Please enlighten me with a solution for my issue.
     
  •  06-02-2008, 11:31 PM 41017 in reply to 41016

    Re: Problem with line break

    Sorry, I meant to say SHIFT+ENTER.
     
    If is there a way the cuteedtiro takes ENTER as a SHIFT+ENTER.
     
  •  06-30-2008, 6:33 AM 41813 in reply to 40955

    Re: Problem with line break

    Hello , I experience the same problems as you.
    Did you find a sollution for your line break problem ?
     
    Thanks, help very much appreciated
    Koen
View as RSS news feed in XML