ckdanny
3/1/2020 - 5:52 AM

Text with no wrap

<!DOCTYPE html>
<html>
<head>
    <style>
        p {
            white-space: nowrap;
        }
    </style>
</head>
<body>
    <p>
        This is some text. This is some text. This is some text.
        This is some text. This is some text. This is some text.
        This is some text. This is some text. This is some text.
        This is some text. This is some text. This is some text.
    </p>
</body>
</html>