Just wanted to post a quick solution to some who may be having the problem of the answer headings on their arrays having a hardcoded
.
1) Backup the original file qanda.php
2) Edit qanda.php line (3129 in 1.71+(5599)) that reads:
| Code: |
$answer .= "ttttt<th class='array1' width='$cellwidth%'><font size='1'>".$ld."</font></th>n";
|
3) Remove the font size tag so that your code reads:
| Code: |
$answer .= "ttttt<th class='array1' width='$cellwidth%'>".$ld."</font></th>n";
|
4) Upload qanda.php
Your array heading will now be controlled as the survey-question-answer class in your CSS file.
[admin, sorry if this is posted in the wrong place, would you mind forwarding to the correct area?]