Align, cellpadding and cellspacing properties are ignored in tables I put in content.

Is it just me? Am I missing something?

Comments

kisugiai’s picture

hm indeed will all styles about text-center an color ignored in style event
try to use

table{text-align:center;}

you can use it in contet

mrtoner’s picture

Category: bug » support
Status: Active » Closed (fixed)

When you're using a templating system (like Drupal themes), the styles declared for the template/theme will cascade to any content you add to the site. In cases where those styles don't work for you, you need to either add more specific selectors to your custom CSS file (see the Local Content setting) or add inline styles to your content.

kisugiai’s picture

thats right but an another option its thats you use the styles inline like

<table style="text-align:center;">

but you have to look wich option are valid

mrtoner’s picture

I think that's what I said. :-) BTW, I've closed a dozen or so issues for you, Alyx.

kisugiai’s picture

yas thank you