Default Joomla tables - preformatted tables

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Jun 20, 2012 7:56 am
Hi. :)

I am building up a Site with the "gk_appsite" template with Joomla 2.5 and I am confused on how to work with tables in this template.
It have been nice if someone could explain how I can remove this preformated tables option in the template and go back to how the default Joomla tables works.

It almost works if I remove all styles for elements like thead, tbody, tr, td in the "joomla.css" file, but it still won´t show the borders of the tables that I have given it.

I have also tried the override option to set borders on the tables,
Code: Select all
.item-page table {
    margin:0 auto;
    }
    .item-page table,
    .item-page td {
    border:1px solid #000 !important;
    }

but then I always get 1px borders even if I choose 2px or more on my tables. I will have the option to use different border thickness on my tables.

So for me it looks like it is the best if I can go back to how the default Joomla table works.

It have also been nice if someone could explain more general on how this preformated table option works in the "gk_appsite" template and in which files the changes are.

Kind Regards
Tom Løkka
User avatar
Junior Boarder

GK User
Fri Jun 22, 2012 8:29 am
If I don´t respond to any suggestion on this topic, its because I am going for fishing trip for a week or more.

Tom :)
User avatar
Junior Boarder


cron