• srtm

    (@srtm)


    Hello Suffusion users,

    I was wondering how you add a table using the Suffusion Theme.

    I have even tried using TINYMCE-ADVANCED to add table to my post.
    The tables add fine but I can’t get the border colors to show up.

    Since I am using the dark background in Suffusion, I would like my tables to have white borders.

    It seems the “bordercolor=#FFFFFF” bit doesn’t or is not accepted by Suffusion theme.
    Is there an option in Suffusion I have to tweak or should I give up?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • SRTM,
    As has been mentioned on other threads related to this theme, please post queries on the support forum.

    To set a style you can use the “Custom Styles” option in the “Custom CSS, JavaScript and RSS” section, where you could put in this:

    .post table {
            border: 1px solid #ffffff;
    }

    Sayontan

    As an addendum to my previous response, the border-width for a table is set to 0 by default, hence the table is not showing up and the ‘1px’ in the declaration is required.

    Thread Starter srtm

    (@srtm)

    Thanks I shall try that. I shall post further issues on the support forum.

    Great theme by the way. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I add a table in my post? I am using the Suffusion Theme’ is closed to new replies.