Create tables using program that output html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Create tables using program that output html

I have a problem where my program output data in html format. The thing they are not formated the way I want, they only show as text. I have the option to add html code in the hdr and ftr. How to tell the program to output a table for every team?

28th Dec 2021, 12:38 AM
Hurighoast
Hurighoast - avatar
5 Answers
+ 2
Where is that program? you have no public codes, so you'd have to share a link to the code for a review. Here's how to share a code bit's link https://www.sololearn.com/post/75089/?ref=app
28th Dec 2021, 5:38 AM
Ipang
+ 2
Sorry, but I don't understand your table format. It has numbers for Name_1, Name_2 etc. What language did you use to write the program? does the program write into an HTML file and display it? please elaborate more ...
28th Dec 2021, 9:54 AM
Ipang
0
You should beg for the table output from the program. This is the only thing you can do. But beg with please! 😌😌
28th Dec 2021, 6:46 AM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
0
Reports can include an optional header/footer in the html output.. The header/footer filenames and reports can be edited by clicking on the HDR or FTR buttons. Current list: Team 1 Name SP SK SH BC OV Name_1 78 56 78 54 56... Name_2 87 34 32 78 55... ... Team 2 Name SP SK SH BC OV Name_3 78 56 78 54 56... Name_4 67 87 65 77 32... .... What I want is : A table for each team with their players in it. * I can output directly to html webpages but with the buttons "header and footer", maybe I can tell the program how to format the output before it's converted to html.
28th Dec 2021, 9:01 AM
Hurighoast
Hurighoast - avatar
0
System output pre-formatted pages. I can use an optional header/footer button within the software (or edit manualy the files). I want to know if I can use them to create styled tables before the output or if I can only modify the header and footer Before a webpage is generated, the system look for 2 files. Files are: d1 and ft1 *Both Blank by default here are the files exported, the following hd(x) and ft(x) are the header and footer: Standings.html hd1 ft1 Rosters.html hd2 ft2 Leaders.html hd3 ft3 TeamScoring.html hd4 ft4 Injury.html hd5 ft5   Finance.html hd6 ft6 And more....
28th Dec 2021, 2:48 PM
Hurighoast
Hurighoast - avatar