I made a simple DIV with justified text like this
I want to keep content inside the DIV
unchanged when I open it in different browsers, the number of characters in any line must be the same in different browsers, and when i zoom it in/out.
but the problem is the text in DIV
is always rearranged (few characters are felt down to the next line) when I view it in different browsers like Chrome, IE, Firefox.. especially when i zoom it in or out.
for example, i have a DIV in chrome like that
AAA BBBB CCC DDDDD
EEEEE FF GGGGG HHH
but in FireFox or when i zoom, it turns to
AAA BBBB CCC DDDD
DEEEEE FF GGGGG H
HH
how to keep this identical in all browsers? Any help will be much appreciated!