Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing fonts in the Products Description


Neek

Recommended Posts

Posted

How do I get a specific font to show up under my products description? I want to use a particular script font under some products. I have no idea where to start.

 

Thanks for your help.

Posted
How do I get a specific font to show up under my products description? I want to use a particular script font under some products. I have no idea where to start.

 

Thanks for your help.

 

Your product description text box under the admin part of your site will take HTML as well as plain text.. try something like this:

 

<font size="2" face="Tahoma">your text here</font>

 

Change "Tahoma" to any font that you want (stick to standard windows fonts) and change the "your text here" to what you want to add.

Posted
Your product description text box under the admin part of your site will take HTML as well as plain text.. try something like this:

 

<font size="2" face="Tahoma">your text here</font>

 

Change "Tahoma" to any font that you want (stick to standard windows fonts) and change the "your text here" to what you want to add.

 

You are a genius! Thank you so much. It worked perfectly.

 

:)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...