Changes between Initial Version and Version 1 of Ticket #8827, comment 4


Ignore:
Timestamp:
2013-06-27T20:02:25+02:00 (12 years ago)
Author:
brycenesbitt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8827, comment 4

    initial v1  
    221) The existing implementation has <tr> rows without an enclosing <table> (that's the patch).
    332) 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.
     4The 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.