How to make letters in mod description italic?
-
I've seen descriptions in other mods have this and I wanna know how to do it so I can redo some of my mod descriptions!
I've tried the asterisk route but no dice!
-
@-EcLiPsE-
I don't upload but normally those pages support html. The italic tags or emphasis tags should work, since you're not going to do this with classic CSS, span tag will likely work as well.
Try:
<i>Text</i> <em>Text</em> <span class="italic">Text</span> <span class="footnote">Text</span>
-
@-EcLiPsE-
Here is proof html tags are supported