如何将 web.sitemap 显示的单词设置为斜体

发布于 2024-09-08 19:20:37 字数 93 浏览 4 评论 0原文

我有一个公司名称总是需要斜体。我的导航是由站点地图驱动的,但我不知道如何使该词变为斜体。这个词总是相同的,所以我考虑了一些 Jscript,但想知道是否还有其他选择。谢谢。

I have a company name that always needs to be italicized. I have navigation that is driven by my sitemap and I can not figure out how to italicize the word. The word is always the same, so I thought about some Jscript, but was wondering if I had any other options. Thank You.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天赋异禀 2024-09-15 19:20:37

如果站点地图是 XML 文档,那么您可以使用 XSLT 样式表来打印内容(一个小教程:http ://www.w3schools.com/xsl/)。

但如果不使用 CSS 或标签,你就无法将单词设置为斜体。每个符号没有斜体字符。所以在纯 XML 文档中没有办法做到这一点。

If the sitemap is an XML document than you might use an XSLT stylesheet to print out the content (a little tutorial: http://www.w3schools.com/xsl/).

But without using CSS or tags you can't make a word italic. There is no italic char for each symbol. So in a pure XML document there is no ways to do that.

伤痕我心 2024-09-15 19:20:37

我在站点地图中添加了斜体字符编码。例如:对于 <我用了<

I added character encodings to my sitemap to italicize. Ex: for < I used <

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文