How to create comparison chart?

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 18th, 2005, 18:59
New Member
Join Date: Aug 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote

  #2 (permalink)  
Old Oct 18th, 2005, 22:58
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
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,
Reply With Quote
  #3 (permalink)  
Old Oct 27th, 2005, 21:53
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Maybe a good place to start would be here and search for the many voting scripts
Reply With Quote
  #4 (permalink)  
Old Oct 29th, 2005, 14:46
Junior Member
Join Date: Aug 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
create, comparison, chart

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 23:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43