• Resolved pawlos9

    (@pawlos9)


    In Edit Quiz > Results > Add Result template

    How can I add text on image (in the html editor area). Editor doesn’t support <div>. Is the way to insert image and put text on it . I’m looking for solution to add {$user:name} on certificate background.

    shorcodes or css works in editor?

    I have purchased pro plugin. Thank you for help.

    • This topic was modified 6 years, 1 month ago by pawlos9.
    • This topic was modified 6 years, 1 month ago by pawlos9.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pawlos9

    (@pawlos9)

    I have put predefined value on image, but value {$user:name} is not read . Can you look at code below. Thank you..

    <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″>
    <title>Untitled Page</title>
    <meta name=”generator” content=”_”>
    <style type=”text/css”>
    body
    {
    background-color: #FFFFFF;
    color: #000000;
    scrollbar-face-color: #ECE9D8;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #ECE9D8;
    scrollbar-darkshadow-color: #716F64;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #ACA899;
    scrollbar-track-color: #D4D0C8;
    }
    </style>
    <style type=”text/css”>
    a
    {
    color: #C8D7EB;
    text-decoration: underline;
    }
    a:visited
    {
    color: #C8D7EB;
    }
    a:active
    {
    color: #C8D7EB;
    }
    a:hover
    {
    color: #376BAD;
    text-decoration: underline;
    }
    </style>
    <style type=”text/css”>
    #Image1
    {
    border: 0px #000000 solid;
    }
    #wb_Text1
    {
    background-color: transparent;
    border: 0px #000000 solid;
    padding: 0;
    }
    #wb_Text1 div
    {
    text-align: center;
    }
    </style>

    <p id=”wb_Image1″ style=”position:absolute;left:0px;top:0px;width:1600px;height:80px;z-index:0;”>
    </p>
    <p id=”wb_Text1″ style=”position:absolute;left:140px;top:810px;width:700px;height:36px;text-align:center;z-index:1;”>
    <span style=”color:#3399FF;font-family:Arial;font-size:46px; font-weight:600″>{$user:name}</span></p>

    Plugin Author arisoft

    (@arisoft)

    Currently {$user:name} is supported only in mail templates.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Result template modification’ is closed to new replies.