JSFiddle - React, Tailwind, and code Playground
by Thoriq Firdaus
HTML
<table class="content">
<tr>
<td colspan="2" class="home-judul">Index Berita</td>
</tr>
<tr valign="top">
<td class="td1" width="5px">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1"> »</font>
</td>
<td class="td2" width="495px">
<b>25 Desember 2011</b><br />
<a href="/news/30/Merry-Christmas-Happy-New-Year">Merry ChristmasHappy New Year</a>
<br/>
Infinity mengucapkan Merry Christmas and Happy New Year!
</td>
</tr>
</table>
CSS
table.content {
table-layout: fixed;
width: 500px;
border: 1px solid #ccc;
}
.td1 {
table-layout: fixed;
width: 5px;
}
.td2 {
table-layout: fixed;
width: 495px;
}