Strict Standards: Static function gapiAuthMethod::getMethodName() should not be abstract in /home/zajec/domains/zajec.net/public_html/include/gapi.class.php on line 598
Strict Standards: Static function gapiAuthMethod::getTokenName() should not be abstract in /home/zajec/domains/zajec.net/public_html/include/gapi.class.php on line 605
Warning: Cannot modify header information - headers already sent by (output started at /home/zajec/domains/zajec.net/public_html/include/gapi.class.php:598) in /home/zajec/domains/zajec.net/public_html/modules/TextFiles/controller.php on line 13
FORMS inside TR tags
#248987 Forms nested inside TR tags are breaking table layout (forum).
You should see no blue dashed lines. These are table captions, each one added for every FORM element placed between TR and TD tags.
Expected Results: No red background should be visible (excluding third and fourth case which should normally have red background but on right side only).
Legend
- DIV (container for table)
- TABLE
- CAPTION (outlined anonymous caption)
Case 1: div>table[width="100%"] (one form element)
Case 2: div>table[width="100%"] (4 form elements)
Case 3: div>table[width="auto"] (4 form elements)
Case 4: div>table[width="auto"] (4 form elements - last one having margin:0 set)