Test /
TableCellSpace
Hello | World |
Hello | World |
- I made this table in Main.WikiSandbox
Dr. | Cr. | |
---|---|---|
Wages and Salaries Income | 190 | |
Profits Income | 60 | |
Consumption (Jam, Chemicals and Extracts) | 250 | |
250 | 250 |
- Then I made an entry in css file /pub/css/Main.WikiSandbox.css
th { border-bottom: 1px solid red; }The red line shows as intended in FIREFOX but in Konqueror, the first empty "th" cell is not underlined red.I could demonstrate it live, but only when both of us are online simultaneously. ~ V.KrishnOh, I understand -- it's not putting the in empty table heading (<th>) cells. Okay, I think I can fix that. --PmThanks ~ V.KrishnI apologize for not being precise. But the same problem seems to exist in empty table data (<td>) cells as well. I noticed that by inserting table { empty-cells: show;} in css file it could be cured, but not sure if this is implemented in all browsers. But the problem still exist if the cells in whole ROW is empty. The bottom line is both empty (<th>) and (<td>) should be inserted with . ~ V.Krishn
Hello | World |
And I just noticed that a class name which is a Wiki Word is not rendered properly. ~ V.Krishn
Yes, because WikiWord processing takes place before table processing. I'm not sure how that should be fixed (or even if it should be fixed).
Pm
That way I guess it's not a bug as its doing as intented. But a corresponding word of note could be inserted in table documentation. ~ V.Krishn