Direction of the published web page: <HTML DIR=RTL> not working.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to change the web page direction to RIGHT TO LEFT. The above tag
does not solve the purpose. Please help
 
It's needs to be done with a style tag.

<style type="text/css">
body{
direction:rtl;
}
</style>

Moves the scrollbar to the left side.

If you want to change text direction, you need to apply it to the element
containing the text.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top