Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello togehter,
i'am using NP 17.3 and i would like to change the font on the e-mail message in one publish task.
Unfortunately I have found no way to change the font.
Can someone help me, or give a tip?
Greetings
Hello Peter,
after some testing, this solution is now working for me:
<p><font size="2" face="Arial,MS Sans Serif">
<p>%%User_Nickname%%,
<p>anbei erhalten Sie Ihren wöchentlichen Vertriebsbericht.
<p><span>Mit freundlichen Grüßen</span><br>
<p><span>Ihr Qlik NPrinting Team</span><br></p></font></p>
I had to delete the </p> till the last one.., now i have the correct size and font.
Greetings
The email message can be sent in one of two formats: text or html. Text is just that, ascii text. No formatting at all. Html allows you to change the font (family, size, etc.) in ... html only. There are no predefined buttons to manipulate the size or face, only the font attributes like bold, slanted, strikethrough etc.
Best,
Peter
BTW want titles only, or some predefined formatting? Select your text in the edit window, and use the top line buttons labeled H1...H6 (Heading styles)
They're not really meant for formatting your body text, but maybe they'll do the job.
Hello Peter,
i would like to change the body text.
The only problem: The font is not changing. First i write "font size face..." and at the end "</font>", but after closing and opening, the html code is like the screenshot above..
Greetings
What is displayed in your email client if you send the email to your mailbox?
For me adding the <font> tag even works in the NPrinting previeuw window, so you may be doing something wrong in your html code.
BTW I had a close look at your screenshot. I'm sure that the single space between the <font> and the </font> tags is Arial size 4.
Put the <font ...> and </font> tags around some visible text and check again...
Hello Peter,
after some testing, this solution is now working for me:
<p><font size="2" face="Arial,MS Sans Serif">
<p>%%User_Nickname%%,
<p>anbei erhalten Sie Ihren wöchentlichen Vertriebsbericht.
<p><span>Mit freundlichen Grüßen</span><br>
<p><span>Ihr Qlik NPrinting Team</span><br></p></font></p>
I had to delete the </p> till the last one.., now i have the correct size and font.
Greetings