I hope this is legal and hope I don't get screamed at. This is really simple for your gurus, but a PHP newbie attempting to add styling within a php file is proofing to be extremely difficult.
Want to integrate this line:
<li class="price"><?php echo TEXT_BASE_PRICE . $products_price; ?></li>
with this styling
'"style="color: red; font-size: 12px;"'
I've tried moving the style to different places, at times the styling text displays as it appears on the page. At time the page hangs (blank page)
Any Idea how I can combine these two..
Many thanks



I repeat the same steps and this time it works... I could never understand why things happen the way they happen sometimes, specially with this wishlist addon.
