| Line Breaks in Product Listings
I create a product description like: Website: site URL
Some text describing the contents of somesite.com, some more text about something else.
On showproduct.php, the description includes the line break after the site URL. But the listings on showcat.php do not, it's like this: Website: site URL Some text describing the contents of somesite.com, some more text about something else.
I've tried with and without HTML, newline \n's, burnt offerings, but nothing seems to work. How do I get the showcat code to honor the line breaks?
|