View Single Post
03-17-2007, 04:19 AM
#14
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, everyone.
I have improved the table to css converter tool as per jamesdavid2006's suggestion. Now you can specify the style type - either Inline or Embedded (placed in a <style> tag in the <head>). At the moment embedded styles are accessed via the class="..." attribute, so the tables, rows and cells do not get an "id" attribute. Using "class" allows the program to group common styles for objects that have the same style properties. E.g. two table cells will use the same style if they have the same style properties ("width" and "height" are always converted to style properties).

As always any bugreports/suggestions are welcome. I am specifically interested to know if you think that tables/rows/cells still require "id" tags or the currently implemented scheme is better?

The demo is available at http://www.table2css.com/