Editor - Making Table?

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 30, 2010 5:22 pm
Hello everyone
Here the table was created in my old template, now i changed to Gamebox Magazine template and look table completly changed. It should bu aligned center but i didnt change anything its aligned left, and there should be borders like 3px and color grey but you cannot see it, i am using JCK editor i changed it to JCE but it is not usefull for creating table like JCK. I am really confused, i tried sporter template also there is same problems. Can't i create table in Gavick Templates??
User avatar
Fresh Boarder

GK User
Thu Dec 30, 2010 8:37 pm
Now i saw İExplorer table asign center its ok but google chrome and firefox table asigned left :blink: and borders still not visible all web browser ?? can anybody help me??
User avatar
Fresh Boarder

GK User
Fri Dec 31, 2010 8:27 pm
any idea???
User avatar
Fresh Boarder

GK User
Fri Dec 31, 2010 10:55 pm
Hi

Please enable override.css file on template parameters and then add this code on this file:

Code: Select all
.article-content table {margin: 0 auto;border: 3px solid #222}
.article-content table tr:first-child {background-color: #000;border-bottom: 3px solid #222}
.article-content table tr:hover {background-color: #000}
.article-content table td {padding: 2px 3px}
table.pagenav a {padding: 0 10px}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jan 01, 2011 12:19 am
Thanks for reply it was really worked but there are still some problems. internet explorer and google chrome inner borders still can not seen. in mozilla firefoz everything ok.. what is problem with explorer and chrome?

i atteched the screens from all of them..
User avatar
Fresh Boarder

GK User
Sat Jan 01, 2011 1:11 am
:huh: ok so try this code instead:

Code: Select all
.article-content table {margin: 0 auto;border: 3px solid #222}
.article-content table tr:first-child {background-color: #000;border-bottom: 3px solid #222!important;border: none!important}
.article-content table tr:hover {background-color: #000}
.article-content table td {padding: 2px 3px, border: 1px solid; border-color: #222;}
table.pagenav a {padding: 0 10px}
table.pagenav {margin-top: 10px!important}
User avatar
Platinum Boarder

GK User
Sat Jan 01, 2011 12:59 pm
Thank you so much, execpt the inner borders everthing okay. if you can fix inner borders i will be grateful...
User avatar
Fresh Boarder

GK User
Sun Jan 02, 2011 12:56 am
??
User avatar
Fresh Boarder

teitbite
Mon Jan 03, 2011 12:41 am
Hi

Please try to add this code to css:

Code: Select all
.article-content table td {
border:3px solid #cccccc !important;
}
User avatar
Moderator

GK User
Mon Jan 31, 2011 11:03 pm
thanks for your support but now i am changing template and all of your templates have same problem. Black and White, sporte, gamebox magazine and memovie. i tried to add same code to all of these templates override.css and it didnt give me same solution. What should i do now?
User avatar
Fresh Boarder

teitbite
Wed Feb 02, 2011 1:20 am
Hi

In most cases our templates uses default look from joomla css for tables, so it can be fixed in css also. Did You enabled using of override.css file ?
User avatar
Moderator

GK User
Wed Feb 02, 2011 5:55 pm
sure i added the codes which you give me and opened using override.css, in gamebox magazine its ok but in sporter it didnt give me the right solution.
User avatar
Fresh Boarder

teitbite
Thu Feb 03, 2011 5:15 am
Hi

So it's for different template. Please give me an exact page where I can find table.
User avatar
Moderator


cron