HTML HTML Editor :)

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
bzi99
Forum Newbie
Posts: 1
Joined: Mon Oct 13, 2003 4:52 am

HTML HTML Editor :)

Post by bzi99 »

Hi!

I'm looking for a good and simple free web-based WYSIWYG HTML Editor in javascript(+php).
I only need the most common tags (b,i,a href,font,etc) along with table manipulation.
The editor must run in all browsers. Unfortunately, most of the editors I found only work in IE.

Do you know any editor with this caracteristics? Thanks in advance!

Rui Pinheiro
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

i don't know of any.
if you can't find one on http://www.hotscripts.com or a similar site (evil walrus?) then you'll probably need to make one.

part of it is that netscape and ie only use their own variations of the w3c standard (although most other browsers support the netscape variation since it's open source, where ie's is PROPRIETARY)
Post Reply