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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top