From owner-freebsd-questions Fri Aug 25 13: 1:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cfdnet.me.tuns.ca (CFDnet.me.TUNS.Ca [134.190.50.164]) by hub.freebsd.org (Postfix) with ESMTP id 4803C37B43C for ; Fri, 25 Aug 2000 13:01:20 -0700 (PDT) Received: from localhost (freebsd@localhost) by cfdnet.me.tuns.ca (8.9.3/8.9.3) with ESMTP id RAA50201; Fri, 25 Aug 2000 17:00:49 -0300 (ADT) (envelope-from freebsd@cfdnet.me.tuns.ca) Date: Fri, 25 Aug 2000 17:00:48 -0300 (ADT) From: Theo Bell To: Kent Stewart Cc: Lars Eighner , tw@ettnet.se, "freebsd-questions@freebsd.org" Subject: Re: html-editor In-Reply-To: <39A6CD85.B579B928@urx.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > > There is no such thing as a WYSIWYG editor for html. Html > > is a markup language (that's what the ml stand for) not a > > layout language. > > That's funny MS FrontPage and Adobe's GoLive sure look WYSIWYG to me. > They both let you toggle in to HTML mode to add things manually but > that is like using a hex editor to create c :). > I think what he meant by "no such thing" is that every browser displays things differently. Things that look okay in Netscape often don't display the same in IE and vice versa. Using WYSIWYG editors is often misleading because you assume that the page will always be displayed the way you see it. Besides, HTML tags are that bad. Not nearly as bad as using a hex editor to write C. Also, the WYSIWYG editors usually make HTML code that is a mess unless used carefully. If you look at it, there are usually dozens of unnecessary font tags and stuff like that. Theo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message