Hacker News new | ask | show | jobs
by whoopdedo 4021 days ago
But many blogs will place advertisements or other elements to the right of the main content. Would an aligned border improve the readability of the ads leading to higher conversion when text is justified?

Alternately, you may get lower conversion as the aligned text creates a "stop here" signal that makes the reader less likely to wander into the ad space. Should be worth A-B testing.

1 comments

Justified text really only looks good if either (a) you have correct hyphenation and a high-quality paragraph composition algorithm, such as the one used by TeX or Adobe InDesign, or (b) you lay the text out by hand very carefully for a fixed-width layout. To make justified text look really good, the start and end positions of each line need to be optically adjusted (in other words, vary a little bit from line to line to account for varying letter shapes) and usually punctuation stuck slightly into the margin.

In a web browser, text composition is done line by line (because that was more practical for the compute resources available in 1995, and no one has bothered to implement the better alternative, even though every device used today has more than enough CPU to handle it), there is no hyphenation, and you can forget about optical adjustment. As a result, justified text invariably looks like complete garbage, with dramatically varying amounts of space from line to line. These turn into distracting “rivers” of whitespace running down the page.