Certificate Background Image For Border Not Printing

Jun 29, 2012

I have created a custom 'Certificate of Completion' following the tutorial from (http://www.articulate.com/support/kb_article.php?product=qm9&id=8nkon52m3h71) but the background image for the boder is not printing. Is there any solution to this? Would getting the SDK be an option? Have searched and searched for an answer but to no avail. Anyone have a clue?

The code I'm using:

<DIV style="background-image:url(quizimages/Certificate_Border.png);
 background-position: 50% 10%;
    background-repeat: no-repeat;
 background-attachment:scroll;">
<center>
  <p> </p>
  <p> </p> 
  <p><br>
    <img src="quizimages/certificateofcompletion.png"></p>
</center>
<p>
<SCRIPT>
var strTitle = g_oQuizResults.strTitle;

//====================================================================================================

//9. THIS IS THE QUIZ TITLE (Don't amend the quiz title here, just choose to hide it or show it. Add // before the next document.write to hide


//document.write("<P><H1>" + strTitle + "</H1></P>");
if (g_oQuizResults.oOptions.strName)
{
 if (g_oQuizResults.oOptions.strName.length > 0)
 {
  document.write("<CENTER><I><P><H3>This certificate represents your completion and acknowledgement of the Policy Training.<br>You further acknowledge and understand the importance of<br>the policy and your obligation to comply with it.</I></CENTER>");
  document.write("<P><H2>" + g_oQuizResults.oOptions.strName + "</H2></P>");
  document.write("<CENTER><I><P><H3>for completion of the course:</I></CENTER>");
  document.write("<P><H1>" + strTitle + "</H1></P>");
  document.write("<CENTER><I><P><H3>Awarded On This Day:</I></CENTER></H3>");
  document.write("<CENTER><H1>" + FormatDate(g_oQuizResults.dtmFinished) + "</CENTER></H1>");
  <!--document.write("<CENTER><P><H3>Student Score: " + g_oQuizResults.strScore + "</CENTER></I></H3>");-->
  
 }
}
</SCRIPT>

Thanks in advance.

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.