Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
<table border='1' bordercolor='#ffffff' width='76%'>
<td width='10%' bordercolor='#000000'><center>Name</center></td>how would you guys go about using css on this.
i tried it and it doesnt work the same way. this is what i havetable {border: 1;border-color: #ffffff;width: 76%;font-weight: bold;font-family: Eurostile;}
td {border: 1;border-color: #000000;text-align: center}
td.name {color: #c00000;}
<td class="name">Name</td>FBI_Agent

It would be best if you carefully described in words what you would like to accomplish. You have used both HTML formatting and styling tags with CSS. I recommend solely CSS otherwise you may find you get annoying errors.
James

ummm... thats not what i was looking for.
this is what i had
<table border='1' bordercolor='#ffffff' width='76%'>
<td width='10%' bordercolor='#000000'><center>Name</center></td>
changed it to thistable {border: 1;border-color: #ffffff;width: 76%;font-weight: bold;font-family: Eurostile;}
td {border: 1;border-color: #000000;text-align: center}
td.name {color: #c00000;}<td class="name">Name</td>
but it doesnt work. anyone know why? its the tables that arent working.
FBI_Agent

I don't usually spend too much time on tables and CSS. It's an exercise in patience.
.table
{
border-width:1;
border-color:red;
width: 76%;
font-weight: bold;
font-family: Eurostile;
text-align: center;
}.cell
{
border-width: 1;
border-color: #000000;
text-align: center;
}.cell1
{
border-width:1;
border-color: #000000;
text-align: center;
color: #c00000;
}

anaproxy, thats exactly the same ting that i have.
b0red, thanks for the tip, it works now. i dont need all that mumbo jumbo anymore
FBI_Agent

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |