Closed (fixed)
Project:
litejazz
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 17:36 UTC
Updated:
19 Oct 2011 at 08:29 UTC
Align, cellpadding and cellspacing properties are ignored in tables I put in content.
Is it just me? Am I missing something?
Comments
Comment #1
kisugiai commentedhm indeed will all styles about text-center an color ignored in style event
table{text-align:center;}try to use
you can use it in contet
Comment #2
mrtoner commentedWhen 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.
Comment #3
kisugiai commentedthats 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
Comment #4
mrtoner commentedI think that's what I said. :-) BTW, I've closed a dozen or so issues for you, Alyx.
Comment #5
kisugiai commentedyas thank you