I believe if i take this code, and just have it posted where I want it (will be in the product info page twice) and just set a max character to the one it would work, if this would work how can i set a max (150) characters on this code? Also then for the More Info link for the one that has the (150) characters would I set an anchor to bring it down to the full description?
PHP Code:
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->