it seems you cant change the text are name and the code e.g
<td><textarea name="welcome" cols="50" rows="5"><?php echo htmlentities($row_Recordset1['welcome'], ENT_COMPAT, ''); ?></textarea></td>
<script>
$('#welcome').wysihtml5();
</script>
if i change this i dont see the toolbar
how am i meant to add multiple text areas?
I got it working but just so you are aware the textarea tag need to go in the correct position which is underneathe the other script otherwise it wont work...not realy sure why??? but you can have multiple text area tags just labelled different
<script src="lib/js/wysihtml5-0.3.0_rc3.js"></script>
<script src="lib/js/jquery-1.7.1.min.js"></script>
<script src="lib/js/prettify.js"></script>
<script src="lib/js/bootstrap.min.js"></script>
<script src="src/bootstrap-wysihtml5.js"></script>
<script>
$('#welcome').wysihtml5();
</script>
<script type="text/javascript" charset="utf-8">
$(prettyPrint);
</script>