View Single Post
  #1 (permalink)  
Old Sep 17th, 2007, 16:17
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
How to include font name that has apostrophe

Here is my code:

Code: Select all
<div class="fontholder"><a href="preview.php?phrase=', $string, '&amp;font=fonts/Santa's Sleigh.ttf&amp;colour=black"><img src="fonts/santas_sleigh.jpg" alt="Santas Sleigh" width="131" height="35" /></a></div>
The apostrophe in Santa's Sleigh is a problem. Also do I need a "+" plus sign between the two words?

Thanks,
Linda
Reply With Quote