HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/quiz/modules/tmps/question_template.xml
<table align="left" cellpadding=5 cellspacing=5 border=0 width="90%">
    <tr>
        <td class="header_text">
            [header_text]
        </td>
    </tr>
    <tr>
        <td>
            <font face="tahoma" size="4"><b>[question_text]</b></font>
        </td>
    </tr>    
    <tr>
        <td align="left" class="qst_ans_table">
           <table border=0 width="100%">
                <tr>
                    <td class="desc_text_bg2" colspan=2>
                        [group_name]
                    </td>
                </tr>
                [answers]
            </table>            
        </td>
    </tr>

    <tr>
        <td class="footer_text">[hiddens]
            [footer_text]
        </td>
    </tr>
    [buttons]
</table>