Steve said:
I am looking for a "truly" WYSIWYG webpage builder. My first experience
with constructing pages was using geocities "pagebuilder", and I believe I
have been somewhat spoiled by it. Being able to move text and graphic
elements around a page as objects is a terrific feature that I cannot find
anywhere else to date. Is there an editor that can do this, preferably free
or cheap?
Thanks,
Steve
Try these:
DHE Html editor (freeware) from
http://www.hexagora.com.
It uses absolutely positioned elements. It is still being developed,
it only provides basic functions, but is very easy to use and it
works.
The same method to position elements is used by Dwarf and Web Spinner
from
http://www.virtualmechanics.com. The former was free but it
apparently has been removed. Maybe you can get it somewhere. Web
Spinner is somewhat more advanced (it even has a table editor)and is
rather cheap.
Absolutely positioned elements generally are handled well by recent
browsers and you can easily edit the code (it is css positioned!, no
nested tables). However these editors use a special file format and
you generate the html at the last step of your work. You can not edit
html files directly, so that you have to keep the original file. Also,
no liquid design. That you can achieve only by hand coding.
Ramon Leon