Hi,
thanks for your post.
Unfortunately, I’m not really sure what you are trying to achieve.
Do you want the regular default layout for the tables?
It looks like you are not seeing that, because either your theme’s “header.php” does not contain a call to wp_head();, or because you have disabled the inclusion of the default CSS on the “Plugin Options” screen of WP-Table Reloaded.
Regards,
Tobias
hI
Thanks for your answer this is what i trying to get:
Salles de poker |Bonus |Licence Arjel | Revue |
——————————————————
Everest Poker | 500€ |0012-PO-2010-06-07 |Revue
——————————————————
Pkr |500€ |0032-PO-2010-07-26 |Revue
——————————————————
Chilipoker |1 000€ |0017-PO-2010-06-25 |Revue
——————————————————
and even if default css is enable i can’t see the line
do you have any idea?
Hi,
ok, so you want the borders of the table to show up.
The easiest way for this would be to use the default styling.
As I said, your theme’s “header.php” does not contain a call to
wp_head();
as it seems. You should see that line before the closing </head> HTML tag in that file. Please check that.
Regards,
Tobias
hi
i add it on the header:
</style>
<![endif]–>
wp_head();
</head>
<body>
and check the default css only but nothing
maybe the default color of the line is black? or maybe by default the line is hidden?
thanks again for your help
BR
Hi,
ok, thanks for adding that. Now, it only needs to be wrapped in PHP brackets (I guess, my description was a little bit insufficient. Sorry about that.)
Instead of adding
wp_head();
you actually need to add
<?php wp_head(); ?>
Then, the default CSS should at least be loaded and we can then investigate further.
Regards,
Tobias
Great
now it’s working
thanks for all..
Br
Hi,
great! 🙂 Thanks for the confirmation.
Best wishes,
Tobias