Hi all,
Im using a ContentEditable Div which is working fine but when I press return it jumps a line. Ive put an example below. After each line i press 'Return' once but i dont want it jump a line.
-----------------------------------------------------
Title
More Text
Hi
-----------------------------------------------------
The HTML this generates is..
-----------------------------------------------------
<P>Title</P>
<P>More Text</P>
<P>Hi</P>
-----------------------------------------------------
I can get it to work correctly if i cut and paste the text i want in there and it will put a <BR> in the correct place.
Does anyone know how i can stop this from happening?
Thanks,
Rich.
Im using a ContentEditable Div which is working fine but when I press return it jumps a line. Ive put an example below. After each line i press 'Return' once but i dont want it jump a line.
-----------------------------------------------------
Title
More Text
Hi
-----------------------------------------------------
The HTML this generates is..
-----------------------------------------------------
<P>Title</P>
<P>More Text</P>
<P>Hi</P>
-----------------------------------------------------
I can get it to work correctly if i cut and paste the text i want in there and it will put a <BR> in the correct place.
Does anyone know how i can stop this from happening?
Thanks,
Rich.