I am using drupal to create a site (http://www.teicrete.gr/libsite)
and i use the Pixture theme, but with the specific theme, I can't use a visible table in any node.

I can add a table in a page, and using tha WYSIWYG editor, I see the predictable result while editing the page,
but when I save it, it gets mess, no table borders are shown, the allignment is justify, etc.

Using any other theme, I don't have this problem, but I have to use the Pixture theme.

For example, the URL http://www.teicrete.gr/libsite?q=node/53 leads to a page that uses a table,
but no borders are visible, and it is not alligned as I wish it to.

The two pictures below show the difference of the specefic node, in pixture theme view, and in any other theme view.

I guess I should change something in my theme's style.css file, but it is huge and I don't know what to do...

Any help would be greatful.

CommentFileSizeAuthor
other_theme.JPG10.18 KBhartzoul
pixture_theme.JPG25.06 KBhartzoul
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

evoisard’s picture

Exactly the same situation here with version 6.10 and Pixture Reloaded theme: tables showing without borders, and always stretched to 100% of the page, pretty similar to the attached screenshots here.
Pictures set to have a border don't have it too.

Pages created with FCKeditor. Generated html layout of tables is clean and renders fine with default Bluemarine theme, for example.

Modules installed are Views, Iconizer, Date/Time and CCK

Eric

Fransua’s picture

anybody know how to fix this problem?

Fransua’s picture

Edit the style.css file.
Search for tables or border in the file and edit it there.
look for border and edit the number
look for cell spacing and edit the number
and go on like that.

dddave’s picture

Project: Drupal core » Pixture
Version: 6.12 » 6.x-1.x-dev
Component: theme system » Miscellaneous

This is clearly a theme problem and not a Drupal problem.

sharshar’s picture

add the following to the style.css file

.content table, .content tr, .content td, .content thead, .content tbody {
border-width: 1px;
}