Please let me know how can I add BLACKbackground color with WHITE text in this div without disturbing class. because its used at so many places.. <div class="news">
Just to be more precise, he missed a " after the style= and also, use background-color It should be: <div class="news" style="background-color:#000; color:#fff" > Prateek