align hebrew text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guygold
    New Member
    • Feb 2012
    • 2

    align hebrew text

    how can i align hebrew text in alert (js)
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if you mean the alert() function of JavaScript, then you could maybe find something in the browser's advanced settings, otherwise I see no possibility to change the styling of auch a modal window (the popup is created by the browser, not by JavaScript itself).

    however you can createa modal window yourself over whose style you have control then.

    Comment

    • guygold
      New Member
      • Feb 2012
      • 2

      #3
      Thank you very much. i will create a modal window by myself

      Comment

      Working...