Hi,
Just need a small tweak in the code to get the text to align on the home page of
www.ts-export.comWant the heading text of TS AUCTION SYSTEM
to horizontally align with the heading text YAHOO! JAPAN AUCTION
At the moment YAHOO! JAPAN AUCTION is displaying lower. This is the current code:
<tr>
<td width="50%"><div align="left"><a href="
http://www.ts-export.com/page.php?page=about_vehicles"><img src="
http://www.ts-export.com/uploads/pages/2009_08_18_20_55_10_.jpg" alt="TS AUCTION SYSTEM" width="173" height="70" vspace="5" border="0" /></a></div></td>
<td width="50%"><div align="left"><a href="
http://www.ts-export.com/page.php?page=about_vehicles" target="_blank"><img src="img/top/yahoo.gif" alt="Yahoo! Japan Auction" width="173" height="70" vspace="5" border="0" /></a></div></td>
</tr>
<tr>
<td><div align="left"><h2>TS AUCTION SYSTEM<SMALL><SUP>SM</SUP></SMALL></h2>
<p class="faq"><a href='
http://www.ts-export.com/page.php?page=about_vehicles'>Covers 107 Japanese Auctions.<br /
>More than 80,000 vehicles daily.<br /><br /><b>FREE ACCESS NOW</b></a></div></td>
<td><div align="left"><h2>YAHOO! JAPAN AUCTION</h2>
<a href='
http://www.ts-export.com/page.php?page=about_vehicles'>Usually with <b><i>over 1 million</i></b> automotive listings.<br /><br /><b>FREE ACCESS NOW</b></a></div></td>
</tr>
</table></td>
<td width="235" valign="top"><table width="235" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="21" background="img/top/comment_box_1.gif"> </td>
</tr>
<tr>
<td background="img/top/comment_box2.gif" style="padding-left:8px;padding-right:5px"><?php echo $row_Auction['content']; ?></td>
</tr>
<tr>
<td height="13" background="img/top/comment_box_3.gif"></td>
</tr>
</table></td>
</tr>
Any suggestions? Thanks.