Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • dottorbonfy Friend
    #163520

    Hallo everyone!

    I have a question.
    I have a Joomla! 1.6.3 with a T3 2.0 system.
    If i want to realize a table in a page with some styles (border black, row red, etc. etc) and in another page another table with different color and style parameter, how do you do?

    Because if a realize two different tables in two different pages the style does not appear…..

    Why?

    khoand Friend
    #389586

    Could you give me links to two pages have different tables?

    dottorbonfy Friend
    #389589

    i dont have now realized this two tables because ther customer if see this, not understand and eat me! 😀 😀 😀

    But i see….when i realize this two different tables the css dont as different but appear the same…. 🙁

    khoand Friend
    #389598

    I can’t help you and explain what happened if I don’t get links

    dottorbonfy Friend
    #394646

    Hi Khoand, i have the same problem, i have necessity to realize two different type of tables (border, border color, etc etc) but when i try to apply the different customization with the JCE or without editor, the result is the same: http://www.anticaferraria.com/shap/index.php/leadership

    And if i made a modify in the CSS:

    td { border-right: 1px solid #efeded;
    border-left: 1px solid #efeded;
    font-size: 100%;
    padding: 5px; }

    in:

    td { font-size: 100%;
    padding: 5px; }

    The result not change…..why? Help me please!!!! :((

    khoand Friend
    #394656

    It’s difference. You can see attached images
    Case 1:

    td { border-right: 1px solid #efeded;
    border-left: 1px solid #efeded;
    font-size: 100%;
    padding: 5px; }

    Case 2:


    td { font-size: 100%;
    padding: 5px; }


    1. without-line
    2. line
    dottorbonfy Friend
    #394662

    Yes but in some pages (ex. http://www.anticaferraria.com/shap/index.php/references ) the table is not correctly viewed try to see

    khoand Friend
    #394695

    You replace


    <table border="0" cellpadding="2" cellspacing="4" width="100%">

    with


    <table border="0" cellpadding="2" cellspacing="0" width="100%">

    dottorbonfy Friend
    #394717

    Dear friend, I have already thought of that but does not change, there seems to be the CSS code that takes precedence over everything.
    Just now I tried to change:

    <td valign=”top” width=”12%”>

    in: <td valign=”top” width=”12%” background=”#c2ceee”>

    to see if the cell background color would change but it seems that the interests and continues to give me a white background, as well as the edges, any kind of parameter I give it ignores it and I do not apply anything.
    If I use the board, forcing the sheet styile CSS as the example above, then apply the edges but it requires them to me at every table in my website but I would like to have the freedom to decide whether a table should have borders, where it should or not to have white backgrounds instead of blue, in short, be able to work freely

    Got the point?

    khoand Friend
    #394756

    Dear friend, I have already thought of that but does not change, there seems to be the CSS code that takes precedence over everything.

    I tested it and it works. It means between of two cells have only horizontal line.

    <td valign=”top” width=”12%” background=”#c2ceee”>

    To change background of cell, you use code like this:

    <td valign="top" width="12%" style="background:#c2ceee">

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

This topic contains 10 replies, has 2 voices, and was last updated by  khoand 13 years, 5 months ago.

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