dbeckerton Posted March 24, 2012 Posted March 24, 2012 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"> Quote
Spudinski Posted March 24, 2012 Posted March 24, 2012 We could... Or, we could teach you how to do it yourself. Here's a nice slide presentation: http://css.maxdesign.com.au/ Or a long winded document... http://www.echoecho.com/cssselectors01.htm Quote
lucky3809 Posted March 25, 2012 Posted March 25, 2012 Really depending on your style and what kind of game/website your designing. And what colors your using and want. 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.