I put an html table in a post and a large gap appeared between the previous sentence and the table.
Link to post: http://duelacademylegends.forumotion.com/t1037-exodia-tournament#6388
Link to post: http://duelacademylegends.forumotion.com/t1037-exodia-tournament#6388
- Code:
<table border=1 bordercolor=black style="background-color:grey; color:black; text-align:center;">
<tr>
<td>Opponent
<td style="color:orange; width:50px">Exodia<br />M/S*</td>
<td style="color:lightblue;padding:2px;">Blue-Eyes<br />M/S</td>
<td style="color:purple;padding:2px;">Dark Skills<br />M/S</td>
<td style="color:red;padding:2px;">Red-Eyes<br />M/S</td>
</tr>
<tr>
<td style="color:orange; text-align:left;">Exodia</td>
<td>-</td>
<td>3/2</td>
<td> 3/2</td>
<td> 3/2</td>
</tr>
<tr>
<td style="color:lightblue; text-align:left">Blue-Eyes</td>
<td>5/3</td>
<td>3/2</td>
<td>3/2</td>
<td>3/2</td>
</tr>
<tr>
<td style="color:purple; text-align:left">Dark Skills</td>
<td>5/3</td>
<td>4/2</td>
<td>2/1</td>
<td>2/1</td>
</tr>
<tr>
<td style="color:red; text-align:left">Red-Eyes</td>
<td>5/3</td>
<td>4/2</td>
<td>3/2</td>
<td>2/1</td>
</tr>
</table>
Last edited by Dr.Intern on May 1st 2013, 11:21 pm; edited 1 time in total