Hi there I have a problem with my table layout. I am trying to align "LEARN MORE" image under the blue text unfortunately its breaking the next element.
SEE IMAGE: http://www.fileswap.com/dl/UDgc1YtJf1/
<table width="600" height="108" border="0" cellpadding="0" cellspacing="0" align="center" class="deviceWidth" bgcolor="#3baaff" style="border-left: 1px solid #dadada; border-right: 1px solid #dadada;">
<tr>
<td>
<p style="color: #fff; padding: 5px 32px 40px 32px; font-family: arial; font-size: 13px; text-align: center;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</td>
</tr>
<tr valign="center">
<td style="background-color: #fff;"> <a href="#"> <img class="deviceWidth" src="img/learn-more.png" align="center" alt="" border="0" style=" position: relative; top: -45px; left: -1px; margin 0 auto;" /></a> </td>
</tr>
And also the button below is not aligned center instead its aligned to the left
SEE IMAGE: http://www.fileswap.com/dl/pJ5t2ATKx/
<tr>
<td align="center" style="padding: 10px;">
<h3 style="font-family: arial; font-size: 15px; color: #7c7b7b;">Product No. 1 </h3>
<a href="#"><img width="262" src="img/image1.jpg" alt="" border="0" style="width: 267px" class="deviceWidth" /></a></p>
<p style="text-align: center; font-family: arial; color: #7c7b7b; font-size: 12px;"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</td>
</tr>
CHECK MY DEMO SO THAT YOU CAN SEE: http://jsfiddle.net/YTvqb/4/