Quote:
Originally Posted by JSWolf
You are very welcome.
Take a look at say chapter 3 to see what I did to fix things. The <pre> tag causes the lines to not wrap. In a web browser, that's ok as we can scroll. But in ADE both desktop and mobile, there is no scrolling left/right. So if the lines end up too long, they just get cut off.
|
A proper working <pre> tag should wrap at the right edge. A few implementations do this for devices that can't scroll. It is still useful to provide pseudo tabbing etc.
Dale