Forum
dsotm2009-01-30 17:26:07
I have the following url
<a href="http://www.example.com">example

How can I make it appear in the default body text (Arial) and not Times New Roman?

Brian
Patrick Hollerbach2009-03-12 10:17:42
Hi,

it's very easy to do with simple HTML/CSS. You have to choose "insert as => Html" and use inline-css:

<a style="font-family: Arial, Helvetica, Sanf-serif;" href="http://www.example.com">example</a>

regards,
Patrick
1
Create post
You need to login before posting in the forum