To give italic font for the text in signature html

  • Thread starter Thread starter pol
  • Start date Start date
P

pol

I have a a html file to use signature file. How I can display the text as an
italic fonts.? Please help. Is any code like #FFFF00 to display the text as
italic. Please help

With thanks and Regards

Polachan
 
pol said:
I have a a html file to use signature file. How I can display the text as
an
italic fonts.? Please help. Is any code like #FFFF00 to display the text
as
italic. Please help

With thanks and Regards

Polachan

Open the file in Word and change the font. Simple as that....
 
No, that's a color. If you are going to type the HTML yourself, use <i>your
text</i> or <em>your text</em>.
 
I have a a html file to use signature file. How I can display the text as an
italic fonts.? Please help. Is any code like #FFFF00 to display the text as
italic. Please help

The HTML tag for italics is usually <em>...</em> (for "emphasis").
 
Back
Top