Converting table based layout into a div/css based one.
        Posted  
        
            by nimo9367
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by nimo9367
        
        
        
        Published on 2010-05-18T16:37:55Z
        Indexed on 
            2010/05/18
            16:40 UTC
        
        
        Read the original article
        Hit count: 214
        
I'm supposed to rewrite the UI for a rather large web application. The thing is that the layout is completely based on tables and if I could somehow, semi automatically, convert the tables into divs it would save me a huge amount of time.
What are the best practices when doing something like this? Is this a good idea at all?
The application use layout files (containing something similar to helpers) that are parsed into html at runtime and the application itself also output html at specific places. So the work will consist of converting these helpers and the htmloutput code within the application.
© Stack Overflow or respective owner