Jun 24, 2008 #1 Glasgow IS-IT--Management Jul 30, 2001 1,669 GB I want to include the text "payment(s)" in a paragraph. How do I prevent a line-break from being inserted prior to the opening bracket?
I want to include the text "payment(s)" in a paragraph. How do I prevent a line-break from being inserted prior to the opening bracket?
Jun 24, 2008 1 #2 Vragabond Programmer Jul 23, 2003 5,100 AT 1. Make sure there's enough space for the text to fit. 2. Add [tt]white-space: no-wrap;[/tt] to the paragraph style. ___________________________________________________________ [small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small] Upvote 0 Downvote
1. Make sure there's enough space for the text to fit. 2. Add [tt]white-space: no-wrap;[/tt] to the paragraph style. ___________________________________________________________ [small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small]
Jun 24, 2008 Thread starter #3 Glasgow IS-IT--Management Jul 30, 2001 1,669 GB Thanks. As the paragraph in question can be quite long, I cannot take the precise approach you suggest but this works: Code: <span style="white-space:nowrap">payment(s)</span> NB - no hyphen in 'nowrap'. I expect your keyboard or memory let you down . Thanks again. Upvote 0 Downvote
Thanks. As the paragraph in question can be quite long, I cannot take the precise approach you suggest but this works: Code: <span style="white-space:nowrap">payment(s)</span> NB - no hyphen in 'nowrap'. I expect your keyboard or memory let you down . Thanks again.
Jun 24, 2008 #4 Vragabond Programmer Jul 23, 2003 5,100 AT It was memory. It is one of the CSS attributes I use the least. ___________________________________________________________ [small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small] Upvote 0 Downvote
It was memory. It is one of the CSS attributes I use the least. ___________________________________________________________ [small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small]