为了让这两个“立即阅读”按钮在每个 div 框中的相同位置,我需要做什么,无论上面的描述有多长?
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" height="51" valign="middle" style="background: url(../../images/playonline3.jpg)" ><h1>HEADING</h1></td>
</tr>
<tr>
<td height="150" align="left" valign="top" class="body-text" style="padding:10px">
<div class="box">
<p class="box-title"><a href="http://LINK/">Title1</a></p>
<p class="box-desc">This article explains bluffing in general and shows examples of good bluffing spots.</p>
<a href="http://LINK" id="button4" class="buttonText">Read Now</a>
</div>
</td>
<td height="150" align="left" valign="top" class="body-text" style="padding:10px">
<div class="box">
<p class="box-title"><a href="http://LINK">Double Barreling</a></p>
<p class="box-desc">What is a double barrel and when do we use this strategy?</p>
<a href="http://LINK" id="button4" class="buttonText">Read Now</a>
</div>
</td>
</tr>
</table>