how do I continue my text on single line without breaking? The text starts from left side of the page with 500px. The 500px of left side of the page is used for other tags like ordered lists and tables and now I have to write the text after these 500px and the line should not break when it reaches to end of screen.I tried div and span none working. Is there a way to do it?
something like these
<div style="width:1000px"> ' but still not
is there a way to do it?
<pre>text goes here</pre>should do it. 🙂