View Single Post
03-12-2007, 12:37 PM
#9
vesselin is offline vesselin
Status: I'm new around here
Join date: Feb 2007
Location: Bulgaria
Expertise:
Software:
 
Posts: 20
iTrader: 0 / 0%
 

vesselin is on a distinguished road

  Old

Hello, everybody.
Sorry for the delay before providing the demo for the table to div converter - just like most of the visitors here I am freelancing and have been a bit busy lately.

Anyway, I have created an online demo: http://www.table2css.com/

The software is in early development stage, so there are a few limitations:

- When converting tables to divs, it does not recognize external styles. The divs will inherit the styles from the corresponding tables, but the program will not be able to use these styles in order to calculate row/column sizes. Only inline styles and attributes are recognized when computing width/height of table cells.
- At the moment it requires that converted tables have their width specified. It can convert tables without a specific width but the resulting div will expand and occupy all parent's width.
- At the moment cellpadding is not taken into account when generating the divs.
- Cell colspan/rowspan attributes are not taken into account as well.
- The merge single rows/merge single cells options are not working at the moment.

All comments and suggestions are welcome and appreciated.