Hi friends,
I want create a web page but its content can be edited by client in its own way (font color, size,alignment) in runtime,
So i want a make html editor for web page from where i can write the content, this content is like News update or any event news to be display in organized manner. help me
Thanks
Loading
Mahesh ChandPosted Aug 10, 2011, 9:32 PM
Sam HobbsPosted Aug 10, 2011, 6:57 PM
One problem is that there are variety of browsers, most of which that do not work exactly the same. So if you use existing samples and/or libraries then that problem is essentially solved already by someone else.
Also, some editors work in the server and some in the client. Editors that work in the server require bandwidth and quick response times.
Zoran HorvatPosted Aug 10, 2011, 6:36 AM
Once user writes whatever he wants, your ASP.NET would build records in database, so that once user opens the page which should be affected by those styles, page contains styles created from database rather than hardcoded.
Zoran
Zoran HorvatPosted Aug 10, 2011, 6:35 AM
Once user writes whatever he wants, our ASP.NET would build records in database, so that once user opens the page which should be affected by those styles, page contains styles created from database rather than hardcoded.
Zoran