forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
At moment my program produces Html tables but the code is a mess with zillion hardcoded tag. It is always a pain to move a column in another position when I need to update the program to met the user request.
So I surfed the net to find an easy way to make a Html table within c++ in an easy and clean way. No results. Instead in Java and other languages there a lot of libraries.
Then, as usual, looking in Core package I found what I need... if only I knew how to use it .
Unfortunately I have found no example.
Does anybody know how to use Web.h and class HtmlTable to set a simple table with header, two rows and two columns? Is it possible to format a tag (for example <tr>) with some string in order to use the CSS bind to the page to whom the table belongs?