Microsoft Store
 

Page widening


 

A web browser normally places as many words in a single line as will fit the width of the browser window. However, there are cases where horizontal scrolling is needed. For a large picture, table or diagram this may be worthwhile, but without special measures the rest of the web page is also affected, with long lines that can only be read by cumbersome horizontal scrolling.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

This page is very wide due to the examples below. The remainder of this entry is still readable without horizontal scrolling due to explicit use of the HTML tag for forcing a newline: <br>.

Related Topics:
HTML tag - Newline

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Causes of page widening include:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~