Hi Limesurvey team,
I was trying to use some tables in my survey. The tables I have created works fine in Firefox, but when I try to test it in IE the tables are out of format.
I am using the width of a box as a variable which varies according to an answer from previous question, here is what I coded
| Code: |
<td width="{INSERTANS:44745X178X94857}%" bgcolor="#ffff00"> </td>
|
this worked fine in Forefox, when I tested on IE it is converted to:
| Code: |
<td bgcolor="#ffff00"> </td>
|
why would IE change the format? is there a way it can be fixed ?
thank you,
regards,
Premc