Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • crisalbert Friend
    #170883

    The problem I have not seen the edges of the table cell when I have table properties like border size as 4px.

    Example: http://www.ieslasencinas.com/index.php/informacion-oficial/noticias-oficiales/jefatura-de-estudios/568-calendario-1-evaluacion-curso-2011-2012

    What I have to do is see the edges of the cells l as tables?

    Thanks

    khoand Friend
    #425510

    Hi,
    You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css

    td {
    font-size: 100%;
    padding: 5px;
    border: 1px solid black; < add this line
    }

    crisalbert Friend
    #425530

    hello, Khoand

    If I add the line border: 1px solid black; within the specified path I get the edges of the cells in all tables and only want him in the tables that I set the border size within article to create. I want a draw if not in others.

    Thanks

    khoand Friend
    #425630

    I don’t understand what you mean clearly. Could you explain more details?Could you give me a snapshot with your annotation?

    crisalbert Friend
    #425656

    Hello

    The cell borders do not want them in all tables. Only the tables that I say. For example, in http://www.ieslasencinas.com/administrator/index.php?option=com_content&view=article&layout=edit&id=568. In the backend looks good the edges of the cells, but the frontend does not appear.


    1. tabla
    khoand Friend
    #425752

    You try this way. You edit table from backend again, replace (html mode)

    <table align="center" border="4" cellpadding="3" cellspacing="1" style="width: 464px; height: 1427px; margin:0 auto">

    with

    <table align="center" border="4" cellpadding="3" cellspacing="1" style="width: 464px; height: 1427px; margin:0 auto" class="hasborder">

    And you add this code into /templates/your_template/css/template.css


    table.hasborder td{
    border: 1px solid black;
    }

    crisalbert Friend
    #425788

    You’re a genius Khoand

    What would we do without your help. Fixed the issue

    Thanks

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

This topic contains 7 replies, has 2 voices, and was last updated by  crisalbert 13 years ago.

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