shafiro Posted June 2, 2004 Share Posted June 2, 2004 Hi Im using Excel 2003 to edit the EP file, and HTML for the product description. saving the EP file as tab delimited txt. When I open the file in Notepad, I find that the HTML code has been corrupted. Anything I can do about it? :( Quote Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2004 Share Posted June 2, 2004 take one example of your code you have in excel, paste it here. then take the same example in your text, paste it here. the next time you have questions on easy populate, or any contribution for that matter, please find the thread for that particular contribution and post at the end of it, you will get much more response, as lots have the particular contributions marked for emails if someone posts in them. Quote Link to comment Share on other sites More sharing options...
shafiro Posted June 2, 2004 Author Share Posted June 2, 2004 (edited) Hi Mibble, thank you for your kind help. I searched for the thread, but so many threads discuss EP, I didnt know where to post. I am sorry :unsure: Code sample as it shows in Excel: <P align=center><IMG alt="" hspace=0 src="images/corsair/gg_corsair.jpg" align=baseline border=0></P> Same line after it has exported to txt (tab delimited): <P align=center><IMG alt="""" hspace=0 src=""images/corsair/gg_corsair.jpg"" align=baseline border=0></P> " Thanks again Edited June 2, 2004 by shafiro Quote Link to comment Share on other sites More sharing options...
shafiro Posted June 2, 2004 Author Share Posted June 2, 2004 1 More: Code as it shows in Excel: <p align="center"><font face="Arial" size="2">DDR, XMS2700, 2x32Mx64, non-ECC, 2x184 DIMM, unbuffered, 2-2-2-5, 32Mx8 DRAMs, Matched Pair, Silver Heat Spreader, Low Latency <br> </font></p> exported to txt (tab delimited): <p align=""center""><font face=""Arial"" size=""2"">DDR, XMS2700, 2x32Mx64, non-ECC, 2x184 DIMM, unbuffered, 2-2-2-5, 32Mx8 DRAMs, Matched Pair, Silver Heat Spreader, Low Latency <br> </font></p> Quote Link to comment Share on other sites More sharing options...
Guest Posted June 2, 2004 Share Posted June 2, 2004 as the tags are what you are looking for in your output, try putting a \ in front of the ", ie \"Arial\" very easy to find just search for easy populate, by selecting the search to look for it in the contribution support area, i came up with this: http://www.oscommerce.com/forums/index.php?sho...ic=64945&st=190 Quote Link to comment Share on other sites More sharing options...
shafiro Posted June 2, 2004 Author Share Posted June 2, 2004 (edited) Thanks alot John. I appologize for posting here, and would thank anyone that could merge this thread into the main EP thread I tried it: Code from Excel (after adding \ ) <p align=\"center\"><img border=\"0\" src=\"/images/corsair/gg_corsair.jpg\"></p> Code from txt file <p align=\""center\""><img border=\""0\"" src=\""/images/corsair/gg_corsair.jpg\""></p> Edited June 2, 2004 by shafiro Quote Link to comment Share on other sites More sharing options...
shafiro Posted June 3, 2004 Author Share Posted June 3, 2004 It seems the Excel is unable to properly export HTML to a tab delimited file. Any Ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.