Sample Post

Add Custom Font
I’m Fine Today
[php]
<span id="customBlog">I’m Fine Today</span>
[/php]

Custom Font with Options
I’m Fine Today

[php]
<span id="customBlog" style="font-weight:bold; font-size:16;color:#900;">I’m Fine Today</span>
[/php]

Custom Link
I’m Fine Today
[php]
<a href="http://horizonrecords.net" style="font-weight:bold; font-size:23;color:#900;text-decoration:underline;">I’m Fine Today</span>

[/php]

X