The forum operates in read-only mode. Please head to StackOverflow for support.
<?php print '<label><input type="text" name"heeeey" />Heey you need to fill it in KNOW</label>'; print '<label>Your text to say'; // The code of the fck editor... print '</label>'; ?>
Re: How to add a label control to FCK Editor
Maybe, this one:
<?php print '<label><input type="text" name"heeeey" />Heey you need to fill it in KNOW</label>'; print '<label>Your text to say'; // The code of the fck editor... print '</label>'; ?>
I hope it works