Thanks for the suggestions, I've gone with Whizzywig (well trying to go with)
This is my problem, I can't seem to intergrate it!
My PHP code at the mo is:
Code:
printf("
<form action=action.php method=post>
<p><textarea rows=10 name='data' cols=35>%s</textarea></p><br>
<p><input type=submit value=Update /></p>
</form>\n",$myrow[0]);
}
And I need to fit this in:
Code:
<textarea id="edited" style="width:95%; height:300px">
</textarea>
<script type="text/javascript">
buttonPath = "/buttons"; //directory holding button images
makeWhizzyWig("edited", "all");
</script>
<input type="submit" value="Submit"></form>
As stupid as it sounds, it doesn't work when I do it.
Help!
Bookmarks