M
Mr. X.
Hello,
Some of my object on the html-page, has default behaviour of : rtl
(Also in the *.css file).
I want to replace the behaviour of rtl to ltr, with minimal code.
Also the align="right".
(When browser see rtl it will reffer to ltr automatically).
Can I change the default behaviour of attribute, and swap it to something
else ?
i.e :
code in html :
<div id = "home_text" runat = "server" dir = "rtl" align = "right">
I want that HTML will act as it is written :
---------------------------------------------------
<div id = "home_text" runat = "server" dir = "ltr" align = "left">
Can I do that ?
Thanks
Some of my object on the html-page, has default behaviour of : rtl
(Also in the *.css file).
I want to replace the behaviour of rtl to ltr, with minimal code.
Also the align="right".
(When browser see rtl it will reffer to ltr automatically).
Can I change the default behaviour of attribute, and swap it to something
else ?
i.e :
code in html :
<div id = "home_text" runat = "server" dir = "rtl" align = "right">
I want that HTML will act as it is written :
---------------------------------------------------
<div id = "home_text" runat = "server" dir = "ltr" align = "left">
Can I do that ?
Thanks