I have for writing essay in the report. I just want to bold some text in my verse. I have put <b></b>
tag in text, but it does not work.
An example of what I want is "My first name is Jason and my last name is Michael". Anybody know about this?
I have for writing essay in the report. I just want to bold some text in my verse. I have put <b></b>
tag in text, but it does not work.
An example of what I want is "My first name is Jason and my last name is Michael". Anybody know about this?
The
<b> </b>
tags no longer work on text fields. Make sure that 'Styled text' is enabled for the text field and put this in the field expression.<style isBold="true" pdfFontName="Helvetica-Bold">Text to be bold...</style>
The pdfFontName can be whatever you like.
If you are making text bold that is already in a string be sure to escape the above quotes with a backslash or use single quotes.
For example - first character of the word is RED
This work good:
for input data from datasource, or
only for some static text.
For Text-field set properties Markup = styled.
As an example, one of my expressions: {
}
I just changed Properties → Markup → HTML. It works.
Try surrounding the words you want to highlight with HTML
<b></b>
(bold) tags, and change the field content type to HTML