I'm transitioning over to CSS and am having massive problems because the software has tables hard coded into several of it's routines, such as product columns, option finite text pulldowns, and page links.
The page links and product columns I can work around, simply by "cheating" the templates and fooling them into just inserting the <TR> or <TR><TD> into a preformatted table that sits empty.
Unfortunately, the option finite text dropdowns I can do nothing about. Even worse, I can't seem to even set the width or alignment for this table, without also setting the alignment for every other table on that page to the same - and it won't allow "center", only "right" or "left".
C'mon guys.