This is a discussion on "How to create comparison chart?" within the Web Page Design section. This forum, and the thread "How to create comparison chart? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How to create comparison chart?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How to create comparison chart?
Hi!
I need to create a comparative chart online to show the similar/different features of tree products (the three different tools versions). If there is some tool that can help in this? Thank you! |
|
|
|
|||
|
You could use CSS to create the various box sizes, but the best way would to create an image, and place it on the page, I belive excel has the abitly to do this,
|
|
|||
|
Maybe a good place to start would be here and search for the many voting scripts
|
|
|||
|
I'm a bit confused in what you need. Are you just making a static 4-column chart? A chart that won't change over time? Then use basic HTML tables. Tables are ideal for charts and make sense to non-visual readers.
See http://www.w3.org/TR/html4/struct/tables.html (sorry, I don't have the xhtml link handy) <table> <tr><th>Feature</th><th>Prod1</th><th>Prod2</th><th>Prod3</th></tr> <tr><td>feature desc.</td><td>Yes</td><td>No</td> .... </tr> ... blah blah blah The <th> tag tells the non-visual browsers information the user will not get from using CSS boxes. |
![]() |
| Tags |
| create, comparison, chart |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASP.NET Chart Controls | marketer2007 | ASP.NET Forum | 1 | May 21st, 2008 21:09 |
| SSL comparison chart | join | Hosting & Domains | 10 | Nov 6th, 2007 17:14 |
| chart-breakouts | kitster | Free Web Site Critique | 5 | Feb 2nd, 2007 16:29 |
| Comparison script | SDUK | PHP Forum | 4 | Sep 18th, 2006 13:05 |
| Price comparison tools | kaloketa | Introduce Yourself | 1 | Jan 29th, 2006 21:26 |