JasonBChen Posted February 20, 2006 Posted February 20, 2006 Does anybody know if we can use different CSS for different language version? For example: if my site is in English and Chinese, can I have one CSS for English version and another CSS for Chinese version?? Is it doable?? Thanks in advance for any help!
boxtel Posted February 21, 2006 Posted February 21, 2006 Does anybody know if we can use different CSS for different language version? For example: if my site is in English and Chinese, can I have one CSS for English version and another CSS for Chinese version?? Is it doable?? Thanks in advance for any help! easy: replace : <link rel="stylesheet" type="text/css" href="stylesheet.css"> with: <link rel="stylesheet" type="text/css" href="<?php echo STYLESHEET; ?>"> and define STYLESHEET in your language file Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.