mam mały problem, tak, wiem, wynika z niewiedzy...
Jest kod:
$question['1']['type'] = 'text'; $question['1']['desc'] = 'Przykladowe pole tekstowe (np Imie i nazwisko)<br/> '; $question['1']['deft'] = 'Podaj imie i nazwisko'; $question['1']['opts']['maxl'] = '50'; $question['1']['opts']['size'] = '20'; $question['2']['type'] = 'checkbox'; $question['2']['desc'] = 'Przyklad wielokrotnego wyboru <br/> <br/> Wybór 1'; $question['2']['deft'] = 'n'; $question['3']['type'] = 'checkbox'; $question['3']['desc'] = 'Wybór 2'; $question['3']['deft'] = 'n'; $question['4']['type'] = 'checkbox'; $question['4']['desc'] = 'Wybór 3'; $question['4']['deft'] = 'n'; $question['5']['type'] = 'checkbox'; $question['5']['desc'] = 'Wybór 4'; $question['5']['deft'] = 'n';
Dokładniej to jego fragment i chciałbym, aby w miejscu tego pytania, dokładniej gdzieś po prawej był wstawiony obiekt SWF, w htmlu to nie byłby problem, ale jak to zrobić tutaj?
Z góry dzięki za pomoc...