how can i align hebrew text in alert (js)
align hebrew text
Collapse
X
-
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