Hi
I have a book site with quite a detailed product description. I entered a product's details by copying and pasting and checked it's validity. Then I set about producing a csv.file that I could import products in bulk.
The only way I could get the import to work was to eliminate all the white space in my HTML as without doing this I had carriage returns in the code which seemed to prevent the import going through.
When I do this the code for the description comes through as one long single line of code. The page displays as expected but when vaildating the code there are about 40 errors.
If I go to edit the product details in the admin panel merely opening the editor and clicking the source button re-formats the code and after saving the page (without changing anything) the code validates with no errors again. (also the page source shows nicely formatted code again).
It is a bit of a pain to go into each product one by one to convert the code to make it valid.
Am I doing something wrong? Is it possible to automate the reformatting? Or has anyone else overcome this problem in a different way.
thanks in advance
