Brett_Tabke

msg:589123 | 1:58 pm on Nov 20, 2000 (gmt 0) |
I've seen this problem before, and I can't remember the cure. I would run it through a validator Tedster. Sounds like a classic table problem? Missing td, or tr some where. If that isn't it, look at your form declaration statement. Every once-in-awhile, a bogus declaration in the form section and produce weird results.
|
yanton

msg:589124 | 11:16 pm on Nov 21, 2000 (gmt 0) |
It could be the loss of the closing form tag. Also, sometimes when using a wizywig such as dreamweaver the closing tag gets misplaced too early in the form, so cutting out some fields.
|
tedster

msg:589125 | 12:59 am on Nov 22, 2000 (gmt 0) |
Thanks for the input. The page is hand coded, and it passed Homesite's HTML validator -- but I thought I'd run it through Brett's Weblint validator [searchengineworld.com]. Sure enough I got some funky feedback. Only thing is I don't understand it. A most suspicious 4 errors are for the name attributes of the form boxes. The report says they should be quoted -- but they ARE already in quotes, e.g. name="state". A second set of 4 errors are like this example: | attribute `NAME' for <form> is extended markup (use "-x <extension>" to allow this) |
| Where does the "-x" go? I appreciate the help. All of a sudden I feel like I fell into the deep end of the pool.
|
oilman

msg:589126 | 1:12 am on Nov 22, 2000 (gmt 0) |
tedster - what's the URL (sticky mail if you like). I'd like to take a look at the code. A new set of eyes might catch it for you ;)
|
Brett_Tabke

msg:589127 | 1:37 pm on Nov 22, 2000 (gmt 0) |
The problem with WebLint is that it validates to html 3.2. Try the validator at the w3c. [validator.w3.org]
|
|