logo

New Response

« Return to the main article

You are replying to:

  1. Re: Line spacing

    Instead of CSS, you can use the onkeydown event: if(event.keyCode==13){ //current range, created from current selection //need to create the range here //before you can paste anything into it //this is a sample of creating a range var sel = document.selection rng = sel.createRange(); rng.pasteHTML('<BR>'); event.returnValue=false;

    this method break a Link!!!

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: