简体   繁体   English

我可以在 eBay.co.uk 自定义描述中使用外部 css 吗?

[英]Can I use external css in eBay.co.uk custom description for a listing?

I'm making custom description in one listing on ebay.co.uk with just html/inline css.我正在 ebay.co.uk 上的一个列表中使用 html/inline css 进行自定义描述。 I tried to use external css link, but it's not working.我尝试使用外部 css 链接,但它不起作用。 Any help will be appreciated.任何帮助将不胜感激。

Inline css is working.内联 css 正在工作。 External and Internal not working.外部和内部不工作。

<link rel="stylesheet" href="https://github.com/....../css/style.css">

<p>some paragraph</p>

Please note ebay cut head and body tags, so I skipped them in the example.请注意 ebay 剪切了头部和身体标签,所以我在示例中跳过了它们。

您不能使用样式表或<style>标签,但可以在 div 上使用内联样式。

<div style=""></div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM