View Single Post
Unread 09-18-2007, 09:14 AM
sagi sagi is offline
Junior Member
Join Date: Sep 2007
Posts: 2
  #3  
Default

I already managed to solve the problem by simply disabling the unicode-bidi directive:
Code:
<style type="text/css">.udm a *,.udm a { unicode-bidi: normal; }</style>
I just wonder why it has been there in the first place.
Reply With Quote