Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
I'll add that the spans offer a little nice extra benefit such as in the case of: More of this. More of that. And some of the other. where: span{display:inline-block} is keeping the three points in this statement together nicely and on their own line on narrow screens, span{display:inline}will

Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
On Sun, Sep 9, 2018 at 1:12 PM Sandy Feldman wrote: > If it's just the widow you are worrying about a   between the last > two words works too. > > Sandy > > Always a classic. -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.c

Re: [css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
On Sun, Sep 9, 2018 at 12:27 PM Rod Castello wrote: > I haven't done it lately, but on some occasions I've used > and and so forth. Then as needed for responsive design I > would turn these on or off as needed. It worked okay for specific device > widths but was tedious like you say. > > > For

Re: [css-d] Controlling line breaks

2018-09-09 Thread Rod Castello
I haven't done it lately, but on some occasions I've used and and so forth. Then as needed for responsive design I would turn these on or off as needed. It worked okay for specific device widths but was tedious like you say. On Sun, Sep 9, 2018 at 9:15 AM, Tom Livingston wrote: > Hello List, >

[css-d] Controlling line breaks

2018-09-09 Thread Tom Livingston
Hello List, Long time no hear. Just a general question... what is your preferred method for controlling line breaks and widows? What happens to me almost every project is that the designer has a certain line break they want, for design/asthetic purposes usually, or at certain widths a widow appea