-
AuthorPosts
-
May 3, 2011 at 7:07 am #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 3, 2011 at 9:18 am #389586Could you give me links to two pages have different tables?
May 3, 2011 at 9:23 am #389589i 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 3, 2011 at 9:47 am #389598I can’t help you and explain what happened if I don’t get links
1 user says Thank You to khoand for this useful post
June 4, 2011 at 8:58 am #394646Hi 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 4, 2011 at 10:02 am #394656It’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; }
-
June 4, 2011 at 10:51 am #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 4, 2011 at 5:29 pm #394695You replace
<table border="0" cellpadding="2" cellspacing="4" width="100%">
with
<table border="0" cellpadding="2" cellspacing="0" width="100%">1 user says Thank You to khoand for this useful post
June 4, 2011 at 7:09 pm #394717Dear 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 freelyGot the point?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 5, 2011 at 12:58 pm #394756Dear 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">
-
AuthorPosts
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
Jump to forum