amiroo![]() 2006-04-02 20:51 | hello how can i take my pages to the Right to Left direction ?!!! amir technician |
savan2006-04-03 10:06 | style="direction:rtl;" |
fadinos![]() 2006-09-25 21:50 | how exactly to use the command ? and where? fadi |
pcoins![]() 2006-09-25 21:55 | from configuration |
aaaaaaaaaaaaa![]() 2007-06-09 08:31 | i want to make my page left to right for arabic language how can i do it? |
merci![]() 2007-06-11 10:17 | aaaaaaaaaaaaa - first in file templates/default.css add line:
.input, textarea{direction:rtl;}
something near line 27 and in file templates/admin/style.css add line
textarea, input{direction:rtl;}
near line 77. It will change direction of text input in all forms. |