I need to create string in the following form :-
Contains (1) 11.35kg package of Chips Carob-Malt Sweet Non-Dairy.
Product features:
-New
-Organic
As you see, the string I want contains a few bold substrings, underlined strings as well as newlines (as shown).
Please suggest some way of doing this.
I just want to save many strings in the above format to a .csv file and upload them straight away from .csv file to the website where they will be displayed.
I would suggest you to save the bold parts between [b] and [/b] like MSN Plus! does. Than your website has to display these parts bold, [u] parts undelined and so on.
There is no other way of saving formatting in a string then using some kind of markup.