i'm trying to create a newsletter for a website I'm working on. This means working with tables. As mentioned in several articles, I gave the table a width of 600 pixels (in both table and td tag). But on my webpage the table is stretched to the full width of the content-section of my fusion sub-theme (780px). It seems that for some reason, the width of table is being ignored.
Using firebug I discovered tables get a width of 100% in style.css in fusion-core. The css in the newsletter-page is all inline since it has to be mailed. Does the css file override any inline css? And if so, is there a way I can override this? Or should I create a seperate template file for the online version of the newsletter and use divs to get the desired layout?
