Weird page display behaviour
-
The following post in Q&A refer - Inline images in mail are not displayed using outlook web addin[^] Maybe just on my side but the pages is stretched to the right a lot. Not sure because the OP posted a gazillion lines of code again in the comments.
-
The following post in Q&A refer - Inline images in mail are not displayed using outlook web addin[^] Maybe just on my side but the pages is stretched to the right a lot. Not sure because the OP posted a gazillion lines of code again in the comments.
Yes - the comment needs a
word-break:break-work
CSS rule to allow it to break in the middle of a "word". :) word-break - CSS: Cascading Style Sheets | MDN[^] I've edited the comment to wrap the massive lines in<pre>
tags, so it should look better now.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Yes - the comment needs a
word-break:break-work
CSS rule to allow it to break in the middle of a "word". :) word-break - CSS: Cascading Style Sheets | MDN[^] I've edited the comment to wrap the massive lines in<pre>
tags, so it should look better now.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Thanks for the heads-up Richard, I wanted to edit it but decided to check first.