| Summary: | Input fields are not visible | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Kimmo <maillists> |
| Component: | khtml parsing | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Test case | ||
|
Description
Kimmo
2005-12-07 11:51:30 UTC
Created attachment 13800 [details]
Test case
If forms are inside <table>, then they won't appear. They do! Check my page here: http://www.linicks.net/ptrick.html There is something else funny about that code that causes the problem? Nick Oh, I see - it needs table divide or row tags to work <td> <tr> - which is correct code I guess... do tables need a divide/row to be proper (I guess so, otherwise it isn't a table)? You can test 'live' here online: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_elements Nick |