userkiller
09-19-2009, 04:28 PM
how do i build a package compare chart some thing simple?
![]() | View Full Version : how do i a package compare chart userkiller 09-19-2009, 04:28 PM how do i build a package compare chart some thing simple? bear 09-19-2009, 04:33 PM Use tables, it's made for tabular data. userkiller 09-19-2009, 05:28 PM whats? like what software ReadyRick 09-19-2009, 05:55 PM You might want to consider using some sort of WYSIWYG application like Microsoft Expression or Adobe Dreamweaver. bear 09-19-2009, 08:27 PM whats? like what software If using Windows: Start->run->notepad.exe Hit enter. <table> <tr> <td>box1</td><td>box2</td><td>box3</td> </tr> </table> Save as test.html and open in a web browser. That's all there is to a basic table with one row and three columns. dotflyer 09-20-2009, 11:15 PM there is lot of free html editors for this, you can search on google for it. |