开发者

How to italicize a word being displayed by a web.sitemap

开发者 https://www.devze.com 2023-01-06 17:17 出处:网络
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, s

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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消