Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 10:47:08 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155402 Posts in 21698 Topics by 7729 Members
Latest Member: adnan
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Question: Hebrew RTL how ?  (Read 5336 times)
skepper

Offline Offline

Posts: 2


« on: July 09, 2008, 08:13:30 AM »

hello Smiley

i use HEBREW lang. so i need the mune be in the right side or top side
how can i move the menu page to Right side / top side ?

and how i make all text to be RTL ?

 rolleyes
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #1 on: July 09, 2008, 01:12:50 PM »

via CSS in the stylesheet ...

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

proglot

Offline Offline

Posts: 13


« Reply #2 on: July 28, 2008, 03:03:03 PM »

hello Smiley

i use HEBREW lang. so i need the mune be in the right side or top side
how can i move the menu page to Right side / top side ?

and how i make all text to be RTL ?

 rolleyes

you can modify template you using by adding dir="rtl" to BODY tag like:
Code:
<body dir="rtl" lang="he-IL">

or you can modify CSS by adding 'direction' property like:
Code:
body {
        direction: rtl;
...
}
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!