-
AuthorPosts
-
November 15, 2011 at 2:03 pm #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 }
71Please advise as to how we can control the border around the table AND keep the internal gridlines too.
Thank you.
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 15, 2011 at 3:22 pm #424755Could you give me a link to your website?
November 15, 2011 at 3:37 pm #424757Yes of course. I will send you a private message with that site’s url along with a username and password.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 16, 2011 at 5:17 pm #424935You 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 Friendbryandibben
- Join date:
- October 2011
- Posts:
- 1
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 2 posts
December 29, 2011 at 6:41 am #431724Related 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.
🙂
1 user says Thank You to bryandibben for this useful post
-
AuthorPosts
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
Jump to forum
-