My question is this. There are some texts,reports written on the webpage under the div tag. This text should be changed once a week. But, the person who is updating can't use the simple copy and paste because, when he do that the whitespaces, enters are ignored. So, my purpose is creating a panel to change only that part of webpage with proper design. Is there any way to do it. Or is there anyway that the copy and paste text works properly.
an example :
1-)John is going to work today.
2-)Michael is at home.
But when we copy and paste this to html code under the div tag, result is:
1-)John is going to work today.2-)Michael is at home.
I hope i could make myself clear.