Hi,
I have a problem of double LF.. can some one will guide me to solve this
problem
I am using following code for my editor. whenever I press enter I get two
lines .. if I press shift + enter I get only one Line . please let me know
what could be a problem
Kishor
Kpise hotmail
I am pasting code here
<body>
<div id=editBox contenteditable align=left style=" overflow: auto ;
width:100% ;height:270px; background-color:window; font-family:Arial;
font-size:14px ; padding:0;border:1 inset #dfdfdf" >
</div>
Serge Baltic - 07 Jun 2005 14:34 GMT
k> I have a problem of double LF..
Wrong. There is just one LF, but the spacing is large. Looking at the code
produced by your editor would have given you a clue.
See prev message for a solution.
(H) Serg