I have an input form where I am wondering how I should approach user entries.
For example I would like to make bullets before each sentence.
If I use the li tag inside my pre tags it will work but was wondering if there is a better way or even should I bother asking users to input their data using tags.
My example of the textarea input area which will have <pre> tags in it (<pre>#dataentryfield#</pre>):
"Please enter data and use <li> tag before each sentence."
Then users will (hopefully) use the <li> tag and enter data such as:
<li> Sentence is located here.
and that will put a bullet in front of each sentence.
Please advise if this is efficient or a better way of doing this??? I assume this is too much to ask users to do and probably need a better way of doing this?
For example I would like to make bullets before each sentence.
If I use the li tag inside my pre tags it will work but was wondering if there is a better way or even should I bother asking users to input their data using tags.
My example of the textarea input area which will have <pre> tags in it (<pre>#dataentryfield#</pre>):
"Please enter data and use <li> tag before each sentence."
Then users will (hopefully) use the <li> tag and enter data such as:
<li> Sentence is located here.
and that will put a bullet in front of each sentence.
Please advise if this is efficient or a better way of doing this??? I assume this is too much to ask users to do and probably need a better way of doing this?