- Jul 17, 2001
- 4,401
- 1
- 0
I have to generate a histogram using html only. The problem is that i cant use images.
I was able to make one with just using tables and using a black background <td> for the bars. It shows up perfectly when looking at it on the screen. The problem is that when i print it - it doesnt print since backgrounds are not printed by default in HTML.
Do any of you guys know of any other tricks with html only - no images - by which i could actually print the bars for the histograms?
Note: I cant generate a text based histogram.
I hope i'm not SOL on this problem.
I was able to make one with just using tables and using a black background <td> for the bars. It shows up perfectly when looking at it on the screen. The problem is that when i print it - it doesnt print since backgrounds are not printed by default in HTML.
Do any of you guys know of any other tricks with html only - no images - by which i could actually print the bars for the histograms?
Note: I cant generate a text based histogram.
I hope i'm not SOL on this problem.
