PDA

View Full Version : multi language site


romram
11-03-2004, 10:35 PM
I am using dreamweaver MX, and I would like to know the easiest way to create a multi-language site, one language is left-to-right language and another one is right-to-left language, so i started with the left-to-right and I want to make the right-to-left as a mirror for it, it is the process of fliping all the contents horizantly, is there any way in dreameaver three that will take less effort. :rolleyes:

Nightfire
11-03-2004, 10:53 PM
In the tag you're putting all the content in, add this dir="rtl"

eg

<div class="contents" dir="rtl"><p>Right to left text</p></div>

romram
11-03-2004, 11:09 PM
I add the dir="rtl" in the table tag but it didn't work?????

Nightfire
11-03-2004, 11:13 PM
try adding it in the <html> tag

http://tlt.its.psu.edu/suggestions/international/web/tips/align.html

hemebond
11-04-2004, 12:10 AM
<q lang="he" dir="rtl">...a Hebrew quotation...</q>5+ characters so I can submit the bloody message. What a stupid restriction.

romram
11-04-2004, 11:04 AM
Maybe this is applied for the text only becuase the images in the tables did not change their directions????