I want the data in every post in my website be displayed beside each other. So I did make the ul li inline of every post.
When a user submits a post it has to use the <css>li </css> to make sure everything will be in the right place.
Now I want to make it easier for them by letting the user submit the data with a form.
Is it possible if I make a form (by using the Post Body) so a user submits data for a post that the submitted data will be in a 'ul li'?
I hope that I explained what I want clearly :-)