Welcome Guest, Not a member yet? Register   Sign In
RTL and LTR languages on the same page
#2

[eluser]tomcode[/eluser]
This has nothing to do with CI / PHP

You specify the direction in the HTML tag:

Code:
<p dir="ltr">left to right</p>
<p dir="rtl">right to left</p>

I recommend to also specify the language:
Code:
<p lang="en">english</p>
<p lang="fr">français</p>

See on w3schools.com

There are also direction related CSS pseudo class, see on w3schools.com


Messages In This Thread
RTL and LTR languages on the same page - by El Forum - 09-18-2010, 02:56 AM
RTL and LTR languages on the same page - by El Forum - 09-18-2010, 04:23 AM
RTL and LTR languages on the same page - by El Forum - 09-18-2010, 04:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB