Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jdwilsonjr Friend
    #170717

    When you create a table it…

    – does show a border in the editor, then

    – does NOT have a border when displayed.

    I tried working with ../css/addons.css as shown below and this DID change the color of the internal table lines (as shown in images attached) but still no effect on the outside border.

    64
    65 /* tables still need ‘cellspacing=”0″‘ in the markup */
    66 table {
    67 border: 1;
    68 border-color: #C36;
    69 border-style: solid;
    70 }
    71

    Please advise as to how we can control the border around the table AND keep the internal gridlines too.

    Thank you.


    1. border-edit
    2. border-display
    khoand Friend
    #424755

    Could you give me a link to your website?

    jdwilsonjr Friend
    #424757

    Yes of course. I will send you a private message with that site’s url along with a username and password.

    khoand Friend
    #424935

    You replace this code from /templates/ja_rasite/css/addons.css


    table {
    border: 1;
    border-color: #C36;
    border-style: solid;
    }

    with

    table, td {
    border: 1px;
    border-color: #C36;
    border-style: solid;
    }

    bryandibben Friend
    #431724

    Related problem

    I had to edit out the following line

    table { border-collapse: collapse; border-spacing: 0; }

    Found in /plugins/system/jat3/jat3/base-themes/default/css/addons.css

    Then my table attributes (cell spacing/padding) would work.

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  bryandibben 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum