Jump to content
MakeWebGames

Recommended Posts

Posted

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>


";
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...