XFileSharing Pro - want to chaneg the direction of all the pages

Message
Author
m9n3
Posts: 12
Joined: Oct 14, 2008 1:32 am

want to chaneg the direction of all the pages

#1 Postby m9n3 » Apr 16, 2009 4:56 am

hi

i want to change the direction to ( dir="rtl" )

what file i must change ?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 17, 2009 2:38 am

I guess you can set this for body tag in main.css

m9n3
Posts: 12
Joined: Oct 14, 2008 1:32 am

#3 Postby m9n3 » Apr 17, 2009 2:58 am

i didnt find anything in main.css

are you sure ??

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Apr 17, 2009 3:34 am

In main.css find this line:

Code: Select all

body{margin: 0px;height:auto;font:13px Arial;color:#444;background:url(images/bg1.gif);}
and add into it:

Code: Select all

direction: rtl;
or read here details: http://tlt.its.psu.edu/suggestions/inte ... align.html

m9n3
Posts: 12
Joined: Oct 14, 2008 1:32 am

#5 Postby m9n3 » Apr 17, 2009 3:56 am

thanx PilgrimX182 :)