Hello.
As a new learner to ASP.Net I was curious to make a small blog machine. A simple application, where I add a title, upload an image and put some text.
I did that. To display it, I used an editbox for title, another for description and an image control for displaying image.
Ok. Everything looked fine. Except for the description. All the text I wrote on the Add post page, got mixed. I wrote many paragraphs, but during display everything was merged together without any spaces between different paragraph.
So, all I could understand was that, my database didnot save the formatting.
So my question is, should I add a post in HTML format, so my database could store all the formatting details like Enter, Paragraph etc. And also Fonts, color, sizes etc If I use an html editor for that?
Can anyone guide me what is the best practice to do this?
Thanks in Advance.