Hi- To see the site, you'll need a user name/password, which are melody/magic.
On this cart I'd like to change the code so the TD properties for td class="productListing-data
" has a vertical alignment of top. That would line the price up with the product name. So for instance, I would like to change this:
<tr class="productListing-odd"
>
<td class="productListing-data
" align="center"><a href="
http://diabetic-meals.net/cart/index.php?main_page=product_info&cPath=1&products_id=39"><img
src="images/7118.jpg" alt="Beef Tri-tip au Jus, Sliced - 2 servings" title=" Beef Tri-tip au Jus, Sliced - 2 servings " width="100" height="68" class="listingProductImage
" /></a></td>
<td class="productListing-data
"><h3 class="itemTitle"><a href="
http://diabetic-meals.net/cart/index.php?main_page=product_info&cPath=1&products_id=39">Beef
Tri-tip au Jus, Sliced - 2 servings</a></h3><div class="listingDescription"
>Meat-love
rs rejoice! Here is an enticing meal of tender sliced grass-fed beef....</div></td>
<td align="right" valign="bottom" class="productListing-data
">$16.99<b
r /><br />Add: <input type="text" name="products_id[39]" value="0" size="4" /><br /><br /></td>
to this:
<tr class="productListing-odd"
>
<td class="productListing-data
" align="center"><a href="
http://diabetic-meals.net/cart/index.php?main_page=product_info&cPath=1&products_id=39"><img
src="images/7118.jpg" alt="Beef Tri-tip au Jus, Sliced - 2 servings" title=" Beef Tri-tip au Jus, Sliced - 2 servings " width="100" height="68" class="listingProductImage
" /></a></td>
<td valign="top" class="productListing-data
"><h3 class="itemTitle"><a href="
http://diabetic-meals.net/cart/index.php?main_page=product_info&cPath=1&products_id=39">Beef
Tri-tip au Jus, Sliced - 2 servings</a></h3><div class="listingDescription"
>Meat-love
rs rejoice! Here is an enticing meal of tender sliced grass-fed beef....</div></td>
<td align="right" valign="bottom" class="productListing-data
">$16.99<b
r /><br />Add: <input type="text" name="products_id[39]" value="0" size="4" /><br /><br /></td>
</tr>
</tr>
Start Free Trial