nepal Posted October 21, 2011 Posted October 21, 2011 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
multimixer Posted October 21, 2011 Posted October 21, 2011 Give a class eg tibetan to each text you enter in Tibetan language, and then make a setting for hat class in your css My community profile | Template system for osCommerce - New: Responsive | Feedback channel
nepal Posted October 21, 2011 Author Posted October 21, 2011 Thanks George!! It works like magic. It was very quick and helpful support. I hope it will create problem in my MYSQL.
multimixer Posted October 21, 2011 Posted October 21, 2011 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 :) My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.