Re: [css-d] Controlling line breaks

2018-09-10 Thread Tom Livingston
I’m with ya on this. If I was working for myself this is what I’d do but I’m not. I’m also not the designer on the projects. On Mon, Sep 10, 2018 at 5:05 AM Peter H. wrote: > Seems to me that trying to control line breaks on the web is a fool's > errand - there are so many devices. What looks

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, >