Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mix site of two language


nepal

Recommended Posts

Posted

I am trying to build the store with products. Some products details are in Tibetan text and other are in English. How can I display tibetan as 22 fonts size and English as regular size

 

In fact, it is mix site of tibetan and English text. But Tibetan fonts are very small in size 12. How can i add separate stylesheet in admin panel for tibetan.

 

ASAP reply is highly appreciated

 

Thank you

Tselam

dokpo.com

Posted

Thanks George!! It works like magic. It was very quick and helpful support. I hope it will create problem in my MYSQL.

Posted

I think you've been referring to the product descriptions, right?

 

So, I would do like this in the product description field

 

<div class ="tibetan">

<p>Hello Himalayas</p>

</div>

 

<div class="london">

<p>Hello London</p>

</div>

 

And then in the css

 

.tibetan{font-size: 13px;}

.london{font-size:12px;}

 

This has nothing to do with YOURSQL :)

Archived

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

×
×
  • Create New...