Rank: Newbie Groups: Member
Joined: 3/22/2012 Posts: 9
|
Hi,
I have the following problem: when I paste the content in the HTML Editor control, when I make a line break (using "<br />"), the next line can't receive the content that I copied before. How can I solve this (without using other linebreakmode)?
Thanks, Ricardo Suzumura
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can not do that. This is because very often this would cause invalid HTML. For example, if you try to paste a <P> block inside another <P> block then it won't work because <P> can not be nested.
Thanks
|