Hi,
I want to put an italic 'i' into a header with other non itallic characters. I have used both <i></i> and but neither of these sort the issue,
Regards,
Paul
Hi,
I want to put an italic 'i' into a header with other non itallic characters. I have used both <i></i> and but neither of these sort the issue,
Regards,
Paul
Hey,
I'd use a span with css styling - i.e. like:
<span style="font-style:italic;">i</span>Hi,
Thank you for the suggestion - I am trying to change the font in a header so I have <h3><span style="font-style:italic;">i</span> house</h3> but the italic i does not show as italic,
Any suggestions welcome,
Regards,
Paul
Can you post a link to your website please?
You must log in to post.