Archive for October 22nd, 2008

22Oct

Another way to control line breaks in (X)HTML

While you can use <br /> tags, there is another way to achieve similar results: theĀ &nbsp; or non-breaking space entity. Put one of them between two words and you stop them getting separated by a line break; I have been using this in the latest design tweaks that I made to my online photo gallery. [...]