myfirststore Posted February 4, 2009 Posted February 4, 2009 Hi Everyone I have a small problem and I hope you could help me. When I am entering the product description through admin, no matter whether I give spaces or hit enter any number of times - everything in the textarea is getting stored as well as displayed as a single paragraph. in the admin/categories.php I have made sure that wherever product description is used, only just the value is given as it is without any formatting. Any help would be greatly appreciated. Thanks very much Vivek
ELnew Posted February 4, 2009 Posted February 4, 2009 You have to use basic html in product descriptions. You can't just hit "enter." You have to add <br> after every line to make your text go to the next line. Google "Basic html," and you'll find thousands of tutorials.
myfirststore Posted February 5, 2009 Author Posted February 5, 2009 You have to use basic html in product descriptions. You can't just hit "enter." You have to add <br> after every line to make your text go to the next line. Google "Basic html," and you'll find thousands of tutorials. I do know html, but I didnt know that I have to use html there. That was a big help for me. Thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.