What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Don't Laugh too Hard, but How do I Delete this Post?

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!
 
Last edited:
Back
Top