How can I change my font to italics? I am doing this in an online email service: inbox.com
I would like my signature in my email service (inbox.com) to be written in italics. The service has rich text formatting, but I do not see how to access it in the account settings, where I create the signature. What is the coding to make it appear in italics?
This happened
Every time Firefox opened
== Always
All Replies (3)
try using the following HTML tags: italic text
where you insert your signature instead of 'italic text' (maybe your e-mail provider allows you to input raw HTML)
otherwise you can try to prefix your signature with -- like:
-- Here comes my signature...
as the HTML tags where suppressed here are they again with spaces you need to trim: < i > italic text < / i >
Thanks very much, but that did not work. I typed before the print, and after. It showed up just like that when I went to compose email. Thanks, anyway, Rita