09-06-2019 03:08 PM
I've tried line-height within a <p> tag but this had no effect. Is there another way I should be doing it?
09-06-2019 07:12 PM
If the attribute is being stripped, then your browser is stripping it out. eBay's text editor relies on the editing engine built into the browser, so creating or modifying a listing using a different browser may result in a different code than you originally generated. Perhaps the value without units is unrecognized by the browser. Since line-height:1.5 is the same as line-height:150%, you might try the percentage method to see if your browser strips it off. If that fails, then try the original "px", which should be universally understood: line-height:30px;
What browser and OS are you using?
09-06-2019 07:12 PM
09-06-2019 07:20 PM
09-06-2019 07:28 PM
As far as I can tell, Firefox 70.0 is a beta version released a few days ago. I'd wait for the first patch or look for a bug reporting page.
https://wiki.mozilla.org/Releases/Firefox_70
09-06-2019 07:28 PM
09-06-2019 07:29 PM