Nov 17, 2011 23:19
I'm not sure if this is the correct place to ask this but the theme I'm using has expressive in the name somewhere so I imagine so.
I am not familiar with anything other than basic html and unfortunately this theme does not like that very much. When I create a table the attributes I specific (border, cellpadding, cellspacing etc) are ignored because of the theme's style settings.
I'm aware that these attributes are not really used anymore but I'm not sure how to do it otherwise. I have tried inputting a span style tag in the entry but that only applied a border around my table and when I added something like
table, th, td { border: 2px solid #ff0000; } in the css overrides box it applied it to the calendar too which ruined the look and created a secondary border around every cell.
Is there any way to specify somewhere that for an individual table I want each cell row and column to have a single 1px border with associated spacing and padding and not break other aspects of the layout?
entries:misc