HTML++ Activity
Object-oriented generation of HTML code on .NET 4 Client Profile
Status: Beta
Brought to you by:
psionski
Hello, how would you add an attribute to the table? For instance something similar...
Hi, Visual style isn't part of XHTML, you should use CSS styling if you want a table...
Hello, The attributes have been added. Example usage: var table = new Table { new...
Add rowspan and colspan
Issue resolved and released as beta3.
Added test for colspan and rowspan.
Added tag 1.0b3 for changeset 2f244415a36b
Implemented table row and column spans.
Updated the documentation and assembly version ...
Hello, The rowspan and colspan attributes are indeed missing, thank you for pointing...
Add rowspan and colspan
labels: --> types
Add rowspan and colspan