Zan Posted January 8, 2011 Posted January 8, 2011 Is there a way in which i can change the table color?My game colour is black ,so white aint fitting ..i need greyying..Dark grey...... heres my table <center> <table width=95% border=1 hight=60% cellspacing=0 class='table'></center> <tr style='background:black'><th><font color=red>{$ir['username']}<font color=black>'s Profile Page</th></tr> </table> "; Quote
SilvaTungDevil Posted January 8, 2011 Posted January 8, 2011 In your css find your class called table. And within it put: background: gray; However why you needed to ask us this i'm not entirely sure, a simple bit of googling would have come up with thousands of search results al saying the same thing. Quote
rulerofzu Posted January 8, 2011 Posted January 8, 2011 As nobody can be bothered to go learn even the basics anymore Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.