[thelist] invisible form??? (solved!)

Design design at cybernautica.com
Thu Jun 1 16:04:54 2000


On 6/2/00,  regarding " RE: [thelist] invisible form??? (2) ",  isaac 
forman offered the following:

>  > Still trying to figure out why the forms at
>  > <http://www.willowcreekcanada.com/ls2000/ls_form.html>  do not
>  > display on netscape.
>
>
>If possible, spend more time in HTML instead of WYSIWYGing. More 
>often than not,
>you'll be able to spot and fix your own problems. And if you shift to
>hand-coding, you won't have to put up with all the weird tags and attributes
>that validators really hate. :)

Slowly drifting to that methodology.  As recently as a year or so ago 
I was vehement about the fact tha WYSIWYG was the only way to fly... 
but as I find myself needing to get into increasingly more complex 
solutions, I am finding it correspondinly less tenable to adhere to 
my GUI-based training.

>
>
>Have you considered breaking this page up into multiple pages? ie, a form per
>page? The content looks quite confusing as is, isn't exactly fast to load, and
>is obviously not making it any easier for you to identify problems 
>in your code.

That, along with James Spahr's suggestion to move the <form> tags out 
of the table, ended up being the solution.  The biggest problem I had 
is that I am even less familiar with the ins'n'outs of javascript 
than I am with hand-coding and debugging html, and the form on what 
is now page 3 of the forms is heavily javascripted.  It is a solution 
I modified slightly, the original being from InfoHiway.  Apparently 
something within this solution is allergic to tables.

Thanks much, all!

(I think I will be unsubbing from a list or two... this place is 
one-stop shopping at it's best!!)

JS

Final bit:  is there a convention on this list regarding sig files?