On 9/3/06, Leora Waldman <[EMAIL PROTECTED]> wrote:
> Is there a way to display left to right and right to left text on the same
> line next to each other.
> I have made my whole site right to left. Then I added
>
> #en {
>
> direction: ltr;
> }
>
> Now I want to write in the direction of right to left but also be able to
> mix in and write from ltr. If I use this div around the words I need in
> english, they move down to the next line, but I want them next to the other
> words that I have written in hebrew (which is a rtl lang).
>
> If anyone can help I would appreciate,

<div> is a block level element - hence the new line. use span instead.
Also make it a class, because you can only use an id once in an page.
So you have:
.en {direction:ltr;}
-- 
Richard Grevers, New Plymouth, New Zealand
Hat 1: Development Engineer, Webfarm Ltd.
Hat 2: Dramatic Design www.dramatic.co.nz
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to