custome table in HTML for reporting of program data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sonali1986
    New Member
    • Mar 2015
    • 1

    custome table in HTML for reporting of program data

    Hello Team,

    I am new to HTML and want to design table like below for my report. the DriveName, Size, Free, Used are constant and data value of then 149,113,35 etc is variable which I will fill using my program, Please help me to design the layout of the table I know how to fill the data using my program.

    PC1
    DriveName SizeGB FreeGB UsedGB
    A 149 113 35.43
    B 137 94 43.09
    C 12 5 6.37
    Total 298 212 84.89
    PC2
    DriveName SizeGB FreeGB UsedGB
    X 149 113 35.43
    Y 137 94 43.09
    Z 12 5 6.37
    Total 298 212 84.89
    PC3
    DriveName SizeGB FreeGB UsedGB
    L 149 113 35.43
    M 137 94 43.09
    N 12 5 6.37
    Total 298 212 84.89
Working...