All i would like to do is insert an image next to the question. Im sure this is a very easy thing to do. I just cant seem to do it.
any help would be great, thank you
'<input type="hidden" name="questions[' + n + '][number]" value="' + n + '" />' +
'<b><u><p>question :' + (n+1) + '</p></u</b><input type="text" name="questions[' + n + '][name]" />' +
'<input type="hidden" name="questions[' + n + '][running]" value="Y" />' +