G Guest Mar 26, 2006 #1 I am trying to change the web page direction to RIGHT TO LEFT. The above tag does not solve the purpose. Please help
I am trying to change the web page direction to RIGHT TO LEFT. The above tag does not solve the purpose. Please help
S Steve Easton Mar 27, 2006 #2 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
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