Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorFreak_Miky
    • CommentTimeDec 17th 2005 edited
     # 1
    I'm translating this script to Hebrew, but Hebrew written from Right to Left, so I need to change the template's direction to RTL (add "dir=rtl" in the main html tag: <html dir=rtl>).

    Where can I find the main html tag?
    • CommentAuthorSirNot
    • CommentTimeDec 17th 2005
     # 2
    Probably somewhere in the Common.Controls.php file.
    •  
      CommentAuthorBergamot
    • CommentTimeDec 17th 2005
     # 3
    themes\vanilla\templates\head.php, line 7
    •  
      CommentAuthoraanand
    • CommentTimeDec 18th 2005 edited
     # 4
    Shouldn't it be done in [CSS][rtl], strictly speaking?

    body {
    direction: rtl;
    }

    [rtl]: http://www.w3schools.com/css/pr_text_direction.asp
    •  
      CommentAuthorlech
    • CommentTimeDec 18th 2005 edited
     # 5
    CSS would be the way to go with this. Sorry I didn't spot this thread sooner, but aanand hit it on the head.
Add your comments
    Username Password
  • Format comments as