HTML Table Editor Program

in Visual Basic®

by Rick Meyer

Home
Tables are the basis of most layout of the HTML pages on the internet. This program provides for rapid visual creation and subsequent editing of tables and allows you to view it in your default browser at a single click. Colspan and Rowspan parameters are added simply by clicking the visibility of a cell line.

Download the Visual Basic (5-6) Source Code
(38k)

More complex page layout is commonly designed by placing tables within cells of other tables. By using "[file][/file]" tags in a cell to include any other file this program facilitates building quite complex tables many levels deep. A menu feature allows you to rapidly choose or browse for such files.

The program goes beyond simply allowing you to manage the parameters of table tags (<table>, <tr>, <td>, <th>) in that <img> and <font> tags are also built in as optional rapid settings for each cell. You may browse for an image in the File menu.

Tables are saved in both the format which this program reads (*.tbl files) and as HTML (*.htm). An option allows you to include <Head>, <Title>, <Style>, <Script>, and <Body> tags. The option allows you to not include them for constructing complex tables.