Newbie problem
Newbie problem
Aby76
Posts: 9Questions: 2Answers: 1
Hi,
I am new to PHP and I just find this tool.
I managed to enter the code but nothing seems to appear.
Here is my code and any help will be welcome:
My Table Background Colors
.myTable { background-color:#FFFFE0;border-collapse:collapse; }
.myTable th { background-color:#BDB76B;color:white; }
.myTable td, .myTable th { padding:5px;border:1px solid #BDB76B; }
I am new to PHP and I just find this tool.
I managed to enter the code but nothing seems to appear.
Here is my code and any help will be welcome:
My Table Background Colors
.myTable { background-color:#FFFFE0;border-collapse:collapse; }
.myTable th { background-color:#BDB76B;color:white; }
.myTable td, .myTable th { padding:5px;border:1px solid #BDB76B; }
This discussion has been closed.
Replies
DataTables is a Javascript library - not a PHP one :-)
Have a read through this post: http://datatables.net/blog/Getting_started_with_DataTables%3A_First_steps . That should help get you started.
Allan