Thread: Creating Charts in HTML
Results 1 to 5 of 5
Related
-
Read Values from CSV and create charts Forum: CGI Perl Forum
Replies: 1 -
Charts Forum: HTML Forum
Replies: 0 -
Help on creating database Forum: Databases
Replies: 0 -
Creating Pages in HTML Forum: HTML Forum
Replies: 1 -
Creating scroll bar Forum: HTML Forum
Replies: 1
-
10-29-2002, 02:07 PM #1
Creating Charts in HTML
I'm trying to make a very dense html table more readable by slanting
the header cells ~45 degrees to the right so I don't have to stack
the header characters.
Is this possible in html?
Now it looks like this:
| H | H | H |
| e | e | e |
| a | a | a |
| d | d | d |
| e | e | e |
| r | r | r |
| 1 | 2 | 3 |
-------------
| | | |
-------------
| | | |
I'd like it to look like this with slanted text headers:
/ / / /
/ / / /
/ / / /
/ / / /
/ / / /
-------------
| | | |
-------------
| | | |
-
10-29-2002, 02:12 PM #2
Hi gdmay welcome to the forums
It sounds like your best bet may be to incorporate images for your header.
Dave
-
10-29-2002, 02:17 PM #3
This is what I thought, but it does not
hurt to ask.
BTW, this is an awesome form!!
Learned so much from this site!!
Thanks
-
10-30-2002, 11:13 AM #4
Hey gdmay
If you ever figure it out, post it here. I may even try to myself.
I've been trying to think of a different menu system other than the normal DHTML dropdowns and things.
Hmmm......A menu bar where the headings are slanted! Now THAT would be really interesting to see.
-
11-11-2002, 12:23 AM #5
if anyone figures that out, please tell me how its done!