Topic: RTL issue

Hi,
After changing this value,

'lang_direction'            =>    'rtl',

inside common.php, the forum kind of gets the RTL effect, but not correctly.
The Body portion turns into RTL but not Tables, TD's and so on...
Is there any special way to get the RTL working without going into details?

Re: RTL issue

RTL is not working properly because of the markup of the Forum. The markup is based on DIV. To provide proper RTL, you need to redesign the Forum using the Table markup.

Re: RTL issue

Slavok wrote:

RTL is not working properly because of the markup of the Forum. The markup is based on DIV. To provide proper RTL, you need to redesign the Forum using the Table markup.

I was hoping to skip this part "rewriting the css" but I have to fix the rtl version, I'll try to fix the css for div based version, becouse we don't want to go backward wink I'll post the result here.

Thanks.