Changing Color of row
Changing Color of row
Klausen
Posts: 2Questions: 0Answers: 0
Could someone help me? I'm sure my problem is very simple to settle, but I don't know how do solve it. I'm new in web programming. I try to change the background-color of the row of the table by using CSS. But it does'nt work!
My CSS code " #lignecoloree { background-color: red; }" . My HTML code: <tr id= 'lignecoloree'>.
This discussion has been closed.
Replies
PS: I use DataTable plug-in
Thanks for your question. As noted in the forum rules, please post a link to a test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
What you are using looks like it should work, so we'd need a test case to know why it isn't.
Allan