Hi All,
I am using an api that gather information to produce a service. I parse it
and the the process is working quite fine. However
In the massive text that i have as a response is including repetetive information like this
HEADERS:
This is the header info
DETAILS:
This is the header info
All text is set into one “input” text box (otherwise it wont be scrollable)
The Challenge is that i want the Word HEADERS and DETAILS (see above) to be in bold
Is there any best practice i can use? (So the Headers and Details are repetitive but with different texts)
Looking forward to hear your ideas…