View Single Post
  #2  
Old 08-24-2006, 02:37 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: html font tags in language-OK ??

<font> tags are depreciated and should not be used. Use <span> or <div> tags to format text, or just add a class to the <p> tag like this:

<p class="classname">

And yes, you can use html formatting in the language variables.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote