Thanks. I did check and still can't figure out that one part (I figured out everything else).
The source shows the following about the text in question:
HTML Code:
<div class="order-detail-area"><table class="product-details" border="0" width="100%" cellspacing="0" cellpadding="2"><tr>
<td class="product-details" align="right" valign="top" width="30">1 x</td>
<td class="product-details" valign="top">Test Product
<nobr><small><em> <br />
Occasion: Anniversary<br />
Message on card: <br /> Happy...<br />
</em></small></nobr></td>
And email_template_checkout.html has this at the top:
HTML Code:
.order-detail-area {background-color:#33ff66; border:1px #9a9a9a; width:542px; padding:2px; font-size:14px; }
.product-details {font-size:14px;}
and this further down:
HTML Code:
<div class="content-line"><strong>$PRODUCTS_TITLE</strong></div>
<div class="order-detail-area">$PRODUCTS_DETAIL</div>
I did various Searched for the terms to be extra safe and I still don't see how the attributes are appearing differently than the product name when they're part of the same division; specifically, I don't see what's causing the <small> and <em> around the attributes.
(And the attributes appear the same way in the Popup Print Invoice mod. Just in case they're related, I again looked through those files, but don't see what it could be.)
At this point I don't know where else to look.
Robbie
Bookmarks