|
Hi,
I am finding that safari 3 and probably all the legacys are having trouble displaying the wysiwyg editor in a textbox. the textbox just simply doesn't display. is there some code that i can add to the wysiwyg.php file or maybe in the generate_wysiwyg part of the page ?
any help would be greatly appreciated.
for extra clarification, my textbox and generate script looks like :
<span class="label">content</span><br />
<textarea class="managed" name="content" id="newscontent" rows="20" cols="70"><?=$contentValue; ?>
</textarea> <br />
<script language="javascript1.2">
generate_wysiwyg('newscontent');
</script>[/code]
|