I am new to Notes development. How can I do the equivalent of an HTML colspan for tables in Notes forms so they will display properly in the Notes client? I tried adding the attribute as an HTML attachment to the table, but no luck.
Thanks
I am new to Notes development. How can I do the equivalent of an HTML colspan for tables in Notes forms so they will display properly in the Notes client? I tried adding the attribute as an HTML attachment to the table, but no luck.
Thanks
Subject: Span columns in client
Think word processor, not HTML. Select the cells you want to span, and click Table → Merge Cells.
Subject: RE: Span columns in client
Thank you. That answers my question. I will remember that from now on.