I am having trouble creating a table layout as displayed in the image below. I am looking at having 3 columns and 4 rows and creating an exact layout like the table below with the colors.
Here's the layout:

Here's my code so far:
<div>
<table bgcolor="black" id="TABLE1">
<tr>
<td align="center" valign="middle"></td>
<td align="center" valign="middle"></td>
<td align="center" valign="bottom">Quaterly ,jhvg</td>
<td style="border-bottom-style: solid #000000
1px;"></td>
</tr>
</table>
</div>

New Topic/Question
Reply



MultiQuote





|