10
Tiny HTML edit box problem solved.
In modules/news/include/storyform.inc.php
Around line 80, replace:
$editor=news_getWysiwygForm(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden');
with
$editor=news_getWysiwygForm(_NW_THESCOOP, 'hometext', $hometext, '100%', '300px', 'hometext_hidden');
Around line 87, replace
$editor2=news_getWysiwygForm(_AM_EXTEXT, 'bodytext', $bodytext, 15, 60, 'bodytext_hidden');
with
$editor2=news_getWysiwygForm(_AM_EXTEXT, 'bodytext', $bodytext, '100%', '300px', 'bodytext_hidden');
A thread is for life. Not just for Christmas.