Link to home
Start Free TrialLog in
Avatar of Rowby Goren
Rowby GorenFlag for United States of America

asked on

WYSWYG Editor that doesn't touch code

I've been using Visual Page for most of my editing, but it changes code.  What other Windows 95 program, other than Dream Weaver, doesn't touch code.  I prefer WYSWYG, as opposed to a simple HTML editor (like Textpad).

Thanks, Rowby
Avatar of eversoslightly
eversoslightly

Pretty much all WYSIWYG editors have to do it that way, because thats the only way it understands it.  If you don't want it to change the code around to what it likes, you better use notepad!

(I can submit this as an answer if you want)
Avatar of Rowby Goren

ASKER

I guess I am now in Experts Exchange "Edit Question" mode :)

Martike, Visual Page will re-arrange some of the HTML code.  For example, it might move a line of text which is FLUSH LEFT and put it in the previous line, at the end of that line.

Pretend the following is not ordinary text but is *HTML* code:

The dog is barking and chasing the
cat.

Well Visual Page might "fix" it by re-arranging the above to be:

The dog is barking and chasing the cat.

Again the above would be HTLM code and not text that a Guest to my page would see.

As you can imagine, rearranging code in that way can screw up things!

Eversolightly, Dreamweaver can be set so as NOT to touch code in any way.  And I would rather not use TEXTPAD.  I only use Text pad when I must.  So, with this clarification, I am still looking for a WYSWYG program which won't touch the code!


Thanks
Perhaps to further clarify what I'm looking for, here is an excerpt from Stroud's review of Dreamweaver.  (So why don't I simply use dreamweaver?  Dreamweaver is fine, but there are a few things about it that I don't like.  So I'm looking for another WYSWYG solution.)

Here's the review excerpt:

Another beneficial aspect of Dreamweaver is that it preserves the content and structure of your HTML code for pages that were created in other editors. This contrasts with a client like FrontPage which has the tendency to add its own coding and make
unnecessary changes to your existing content.
 
I'm creating a code-based editor that doesn't make layout changes to the code. It will be in beta soon. Use a comment response if you are interested.
Yes.  Always interested in checking out new editors.  Contact me when you're ready

rowby@earthlink.net


Allaire HomeSite has a strange "semi-wysiwyg" mode that lets you type the raw html in the left-hand pane and view the results immediately in the right-hand pane.   DreamWeaver has something like this except the "preview" pane is fully editable and wysiwyg.  It's also more expensive than HomeSite.

I have to wonder: if you only want wysiwyg, what do you care how the HTML is arranged internally?
Because some code (for example Virtual Spin's e-commerce shopping cart service) won't work correctly if their non-html code is touched.  Their code is intersperced with my HTML.  

When Virtual spin moves certain Virtual Spin code from the left margin, their shopping cart system gets screwed up.


ROwby
ASKER CERTIFIED SOLUTION
Avatar of EbenBrooks
EbenBrooks

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial