Changes between Initial Version and Version 1 of Ticket #8827, comment 4
- Timestamp:
- 2013-06-27T20:02:25+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8827, comment 4
initial v1 2 2 1) The existing implementation has <tr> rows without an enclosing <table> (that's the patch). 3 3 2) Activating HELP for the first time causes the table tags to be ignored completely (that the observable bug). 4 The provision of <table border=1> or <table border=0> is an implementation choice once you have a table tag to work with. 4 The provision of <table border=1> or <table border=0> is an implementation choice once you have a table tag to work with. Another very compact solution is to use <td valign=top> on the task name cells.