|
Posted by trish_go@dslextreme.com on July 19, 2007, 8:31 pm
Please log in for more thread options
Hello Beau,
Thanks a million for your response. I love kompozer. Seems like just
the ticket. &;-)
Forgive me for not using Google, but I figured if I spec'd all I was
looking for I'd get nothing. And if I asked for less than that I'd get a
ton of hits that wouldn't satisfy (insert table rows & columns, no
bloating, no errors introduced by the editor, HTML modifiable by hand).
Sorry about cross-posting too. I'll read up on it before I have another
desperate post to several newsgroups.
Thanks again.
Trish
P.S. I'm a Crimson user too.
Beauregard T. Shagnasty wrote:
|
|
Posted by Beauregard T. Shagnasty on July 19, 2007, 8:45 pm
Please log in for more thread options
trish_go@dslextreme.com wrote:
> Hello Beau,
>
> Thanks a million for your response. I love kompozer. Seems like
> just the ticket. &;-)
Glad you like it.
--
-bts
-Motorcycles defy gravity; cars just suck
|
|
Posted by BobaBird on July 22, 2007, 11:45 pm
Please log in for more thread options
On Thu, 19 Jul 2007 17:31:48 -0700, "trish_go@dslextreme.com"
>I was looking for ... (insert table rows & columns, no
>bloating, no errors introduced by the editor, HTML modifiable by hand).
I use a commercial product Namo WebEditor 2006 http://www.namo.com/ I got it because I wanted an HTML editor (other products seemed to
focus too much on the WYSISYG side) and site manager, but I've found
the table editing you're looking for to be a real time-saver. There
is some minor bloat in the form of auto-indentation (optional). Worse,
there is actual bloat if you paste into a cell in WYSISYG mode,
<tr>
<td>
<p>pasted content</p>
</td>
<td>typed content</td>
<td> </td>
</tr>
so I just don't do that. Inserted <td>s are pre-filled with
but that is automatically replaced as you type in your content.
I've seen no bloat working with paragraphs and lists, or even
converting a group of <p>s into an <ul>.
The HTML editor is also a typing assistant. When you type the ">" of
an opening tag, it automatically adds the closing tag and leaves the
cursor in between ( <td>|</td> ), ready for the content. And if you
type a space instead ( <td(space) ) it opens a list of attributes. It
similarly helps compose CSS, though only within the <style> and
in-line portions of an HTML file. Oddly, it doesn't edit separate
.css files.
There are some other quirks such as double-clicking an attribute's
value including the closing quote, leaving you to re-type it, also
the validator doesn't catch "&" within URLs. The validator also says
it is "discarding" end tags that have no start tag. Made me scared
that it was deleting things I may have wanted to fix another way, then
I realized it was a translation error that should have said
"disregarding" so it can continue checking. Had I known it was a
Korean product I would have kept on looking, but overall I'm glad I
have it.
Hopefully some of this will be corrected in the update I'm now getting
but should give you some idea how the product works.
--
Charles
|
| Similar Threads | Posted | | HTML editor vs. WYSIWYG editor, CSS | May 10, 2006, 1:41 am |
| WYSIWYG / HTML w/ CSS-F abil's Editor needed | January 28, 2006, 10:17 am |
| wysiwyg-editor | November 24, 2005, 9:44 am |
| Wordpress - Any WYSIWYG theme editor??? | June 23, 2008, 6:45 am |
| Anyone used tGedit by Geomantics (in-browser WYSIWYG editor) ? | March 22, 2005, 12:21 pm |
| WYSIWYG HTML Editors | February 14, 2007, 10:38 am |
| web-based wysiwyg html composer | August 11, 2004, 8:27 am |
| Editing Excel in html page. | July 12, 2004, 7:08 pm |
| Best HTML editor? | July 3, 2005, 10:54 am |
| Looking for an html editor | May 30, 2007, 1:29 am |
|