Jump to content
MakeWebGames

Recommended Posts

Posted

Hi everyone i have been looking at a few popular text based games such as torn city and i have noticed that the table colour and style they use seems to look very professional and organised and i am currently using the original Mccode V2 table appearence. I cannot seem to find the right specific style to make it look good! and i was wondering if anyone could quickly help me with the colour and improvments to the table in the header.php

.table {

background-color:#000000;

}

.table3 {

background-color:#000000;

}

.table td {

background-color:#DEDEDE;

height:22px;

}

.table3 td {

background-color:#CCCCCC;

}

td .alt {

background-color:#EEEEEE;

height:22px;

}

td .h {

background-image:url(tablehgrad.png);

background-repeat:repeat-x;

font-weight: bold;

background-color: #D6D6D6;

}

.table th {

background-image:url(tablehgrad.png);

background-repeat:repeat-x;

font-weight: bold;

background-color: #D6D6D6;

}

-->

</style></head>

<body>

<center>

<table width="970" border="0" cellpadding="0" cellspacing="0" class="table2">

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