Changing Color of row

Changing Color of row

KlausenKlausen 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'>.

Replies

  • KlausenKlausen Posts: 2Questions: 0Answers: 0

    PS: I use DataTable plug-in

  • allanallan Posts: 63,468Questions: 1Answers: 10,466 Site admin

    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

This discussion has been closed.