반응형

http://www.w3schools.com/css/tryit.asp?filename=trycss_text_white-space
에서 본 예제

<html>
<head>
<style type="text/css">
p{
white-space:nowrap;
}
</style>
</head>
<body>

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.

</html>



p 테그로 했으나..
white-space:nowrap 요놈 땜시 오른족으로 쫘악~~~ 나열된다.
유용하게 써먹을때가 있을듯...


반응형

+ Recent posts