السلام عليكم ورحمة الله وبركاته.
في الملف booth أذهب الى /* start with html question and such */
أستبدل هذا الكود
كود PHP:
/* start with html question and such */
$o = "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"$s_width\">\n";
$o.= "<tr><td width=\"100%\">\n";
$o.= "<table cellspacing=\"0\" cellpadding=\"1\" width=\"100%\" style=\"$s_bord\"$s_qbg>\n";
$o.= "<tr><td width=\"100%\" valign=\"middle\">\n";
$o.= "<font$s_qtx$s_txtsize$s_txtface>\n<b>$p[question]<br /></b></font>\n";
$o.= "</td></tr></table>\n</td></tr><tr><td width=\"100%\">\n";
$o.= "<table cellspacing=\"0\" cellpadding=\"1\" width=\"100%\" style=\"$s_bord\"$s_bg>\n";
/* do some quick math */
بهذا
كود PHP:
/* start with html question and such */
$o = "<body bgcolor=\"#1B212C\">\n";
$o.= "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"$s_width\">\n";
$o.= "<tr><td width=\"100%\">\n";
$o.= "<table cellspacing=\"0\" cellpadding=\"1\" width=\"100%\" style=\"$s_bord\"$s_qbg>\n";
$o.= "<tr><td width=\"100%\" valign=\"middle\">\n";
$o.= "<font$s_qtx$s_txtsize$s_txtface>\n<b>$p[question]<br /></b></font>\n";
$o.= "</td></tr></table>\n</td></tr><tr><td width=\"100%\">\n";
$o.= "<table cellspacing=\"0\" cellpadding=\"1\" width=\"100%\" style=\"$s_bord\"$s_bg>\n";
/* do some quick math */