Bazmcc 0 Report post Posted May 3, 2020 I have an ebay template which i use for all my items and at the top of the html I have a css style list inside a style tag. When putting this into the wysiwyg html editor it all gets stripped out and all my ebay listings are looking like crap. This appears to be a recent thing but i'm struggling to find a fix. I may have to list everything with inline styles. Is there a quick fix to resolve this? Is it an ebay or m2epro problem? Quote Share this post Link to post Share on other sites
Bazmcc 0 Report post Posted May 3, 2020 (edited) Update 'Save and continue edit' strips the css. 'Save and back' appears to retain the code and update ebay with the css included. Has anyone else found this to be the case? Edited May 3, 2020 by Bazmcc Quote Share this post Link to post Share on other sites
Anime Blvd 0 Report post Posted July 19, 2020 Yep, ours does the same thing. No idea why Quote Share this post Link to post Share on other sites
Graham Wharton 0 Report post Posted August 6, 2020 I think that's magento/tinymce doing it not m2epro. Can you add style tags to normal blocks in magento. I suspect not. There was a big raised on GitHub with a modification to allow style tags. Don't have the link to hand. Quote Share this post Link to post Share on other sites
Chris-Cal 0 Report post Posted March 11 On 5/3/2020 at 1:37 PM, Bazmcc said: Update 'Save and continue edit' strips the css. 'Save and back' appears to retain the code and update ebay with the css included. Has anyone else found this to be the case? No. Strips the css either way for me! Quote Share this post Link to post Share on other sites
Chris-Cal 0 Report post Posted March 11 To stop your css links being stripped out you can create a product attribute and add them to the description that way. For example Make a product attribute in Magento called "ebay-css" that is a text field or area. Add the new attribute to your attribute sets Go to a product admin page and in the field for the attribute "ebay-css" enter the css link as it would normally be in the html head, like <link href="https://mydomain.co.uk/ebay-stylesheet.css" rel="stylesheet" type="text/css"> In the M2E description editor, use the "Insert Customs" button to insert the "ebay-css" attribute at the top Save the description policy and revise the product. It should now be linking to the style sheet nicely. Quote Share this post Link to post Share on other sites