Page 1 of 1

HTMLArea... Grr!

Posted: Thu 14. Oct 2004, 02:57
by Peekay
Good news is... set the WYSIWYG editor to 'browser based' and you get SPAW Editor in WIN Internet Explorer. Pressing 'Enter' in SPAW gives you

Code: Select all

<p>
a paragraph break (correct by all standards). Nice. :)

Using Firefox you get HTML-Area Editor in Win 98 and also HTML-Area Editor in Mac OSX, so there is one WYSIWYG editor that is cross-platform. Nice :)

Bad news is... in Win version of HTML-Editor, pressing 'Enter' gives you

Code: Select all

<p>
a paragraph break (correct by all standards) but in Mac version, you get

Code: Select all

<br><br>
... which is useless for formatting with CSS. Not nice :cry: Why?