If you plan on writing in Hebrew on Agile Israel.org, you'll need to do some custom settings on your blogs to make sure right to left works at least reasonable well:
- Open your blog dashboard
- Go to Global Settings
- Go to "Change how my blog looks"
- Under "Custom Styles-Advanced" put the following CSS text:
#content {
direction:rtl;
width:600px;
text-align:right;
float:left;
overflow:hidden;
}
#sidebar-a {
float:right;
}
Happy writing!