(HTML) Can someone collapse the border on the chart that has 2 charts inside...

Michael K

New member
...it? (Code here? <table border="0" cellspacing="10" callpadding="10">
<table width="100%" border="0">

<tr>
<td>

<table title="Match Score">
<table border="2" cellspacing="10" cellpadding="10">
<table width="65%" border="2">

<tr>
<th scope="col">Players</th>
<th scope="col">Kills</th>
<th scope="col">Downs</th>
<th scope="col">Revives</th>
<th scope="col">Deaths</th>
<th scope="col">Score</th>
</tr>

<tr>
<td>Hyrdo52</td>
<td>4</td>
<td>2</td>
<td>0</td>
<td>5</td>
<td>973</td>
</tr>

<tr>
<td>IPurple IHaze x</td>
<td>5</td>
<td>3</td>
<td>0</td>
<td>3</td>
<td>1416</td>
</tr>

<tr>
<td>Nospimi99</td>
<td>4</td>
<td>1</td>
<td>2</td>
<td>4</td>
<td>1022</td>
</tr>

<tr>
<td>SuprYza</td>
<td>8</td>
<td>12</td>
<td>0</td>
<td>0</td>
<td>1624</td>
</tr>

<tr>
<td>XcuLenT</td>
<td>5</td>
<td>1</td>
<td>1</td>
<td>2</td>
<td>1176</td>
</tr>

</table>

</td>
<td>

<table title="Match Score">
<table border="2" cellspacing="10" cellpadding="10">
<table width="65%" border="2">

<tr>
<th scope="col">Players</th>
<th scope="col">Kills</th>
<th scope="col">Downs</th>
<th scope="col">Revives</th>
<th scope="col">Deaths</th>
<th scope="col">Score</th>
</tr>

<tr>
<td>BoT iCroMeZ</td>
<td>7</td>
<td>4</td>
<td>0</td>
<td>5</td>
<td>1242</td>
</tr>

<tr>
<td>BRoNc0z</td>
<td>2</td>
<td>1</td>
<td>0</td>
<td>5</td>
<td>246</td>
</tr>

<tr>
<td>o G U IL IL Y o </td>
<td>2</td>
<td>2</td>
<td>0</td>
<td>5</td>
<td>188</td>
</tr>

<tr>
<td>PhysikaL</td>
<td>4</td>
<td>1</td>
<td>3</td>
<td>5</td>
<td>482</td>
</tr>

<tr>
<td>StoLzy D</td>
<td>0</td>
<td>0</td>
<td>1</td>
<td>5</td>
<td>78</td>
</tr>

</table>

</td>
</tr>
 
Back
Top