I'm adding some customizations to my table in the text editor.
Colors and other settings are reflected in the page, but not the "cell padding" and the "cell spacing" (in the text editor they look fine).
I checked with firebug, and on the css page I can actually see the valors I added, but not relative modifications on the table itself.
I don't understand.
Can someone help?
http://grazieadiosonoateo.org/about-elsa/elsa-life/
http://wordpress.org/extend/plugins/tinymce-advanced/
Any help on the matter?
(url: http://grazieadiosonoateo.org)
(password: elsaweb)
Broken link?
Your table html might be overriding the CSS styles you added. When you're editing your table page, flick the view tab over to "HTML" and locate your <table> tag.
Are there any attributes like cellspacing="0" or cellpadding="0" in there? The one that always gets me is border="0". If those elements are in that tag, they will prevent your CSS from showing up. Try removing them and see what happens!