I have a problem with magento 1.7 (WYSIWYG). My problem is that I can't have a proper description of the product when I use the WYSIWYG. For example if I write in the WYSIWYG my product description, on site web site I will have a presentation which isn't the same. The WYSIWYG puts html tags for each line return.
Thank you for your help
I've found in the past that with some themes the description is run through the nl2br
function first. This will replace all new lines with <br>
tags. Look in your view.phtml
template file for this and remove the nl2br
function.