‎2021 Jan 07 9:40 AM
HI,
I have to print an inscription, for example "This school is called Garibaldi and is in the city", where all the writing is normal Arial 12, and this is specified in the paragraph and only Garibaldi I have to print in bold.How can I do?
I thought about putting the <B> and </B> tag before and after garibaldi but it doesn't work.How can I put only one word in bold?
Thanks
Stefano
‎2021 Jan 07 9:51 AM
Hello,
did you try using Styles? <b> </b> is interpreted as the name of a Style, i guess, and not as instruction for Bold.
Check what Styles are available for your Form and use/or create some that has the proper font as is bold?
Regards,
Georgi
‎2021 Jan 07 9:51 AM
Hello,
did you try using Styles? <b> </b> is interpreted as the name of a Style, i guess, and not as instruction for Bold.
Check what Styles are available for your Form and use/or create some that has the proper font as is bold?
Regards,
Georgi
‎2021 Jan 07 10:19 AM
Hello Georgi,
in the style I have the font format "C2" as bold.
If I write "This school is called <C2> Garibaldi </C2> and is in the city", Garibaldi doesn't come out in bold, but it also prints the characters <C2> and </C2>.
Am I wrong something?
Regards,
Stefano
‎2021 Jan 07 10:49 AM
Hello,
i think the syntax is < SOME_STYLE, LIKE C2 > ...(text)... </>
Best regards,
Georgi
‎2021 Jan 07 3:42 PM
‎2021 Jan 07 2:51 PM
Texts in Smart Forms use the SAPScript syntax, which is like Georgi answered:
<C2> ...(text)... </>C2 or any other character format. Note the ending </>, DO NOT USE </C2>.
If it answers your question, please mark it as answered, and close the question.