Skip to main content
January 30, 2008
Question

Bold text not displaying

  • January 30, 2008
  • 2 replies
  • 191 views
I've got a little portfolio that i created and it pulls data from and XML document. http://www.rainnetdev.com/clients/jh/portfolio.php
I've tried multiple ways to make the titles for each little section bold but the text between the <b></b> tags either does not show up, or shows the tags. Below is what I currently have. Thoughts on how to solve this?

This topic has been closed for replies.

2 replies

March 6, 2008
you need to have proper character references ... so an apostrophe is &apos; and a quotation is &quot;

make sense?
March 6, 2008
Hi, I have been using bold text from XML. I have found that setting embedFonts = true seems to get some results. I think this then relies on the system font?

In addition to your problem I get bold fonts appearing, however I seem to have punctuation missing i.e. It's appears in bold but as Its.

Anyone got any clues?