If you're using a real CSS2 browser like Firefox, you can use CSS to enlarge fonts for the language you specify:
span[lang='he'] { font-size: 120%; } or maybe something as simple as: span.rtl { font-size: 120%; } That means you should output <span class="rtl">...</span> PS: Good idea with the tag library extension. Paul __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]