Pyth7
New member
Sorry! I figured out the solution to the problem of the original post, but for the life of me I can't see how to delete this post!
Hi, I'm looking for a way to tell a browser not to break up particular words when it creates a new line break on the fly because of window size.
Let me give an example of what I mean. I have a term "+I_Quarter" How can I get the browser to create a line break that looks like this:
"Here is a new term:
+I_Quarter"
Instead of
"Here is a new term: +
I_Quarter"
That is "+I_Quarter" will be treated as a unit that won't be broken up and moved ad hoc to a new line if needed.
Thanks!
Hi, I'm looking for a way to tell a browser not to break up particular words when it creates a new line break on the fly because of window size.
Let me give an example of what I mean. I have a term "+I_Quarter" How can I get the browser to create a line break that looks like this:
"Here is a new term:
+I_Quarter"
Instead of
"Here is a new term: +
I_Quarter"
That is "+I_Quarter" will be treated as a unit that won't be broken up and moved ad hoc to a new line if needed.
Thanks!
Last edited: