묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
영문 줄바뀜 안되는 문제 해결 방법이 있나요?
2004.07.07 23:25
Body내에 영문 문자열을 띄어 쓰기 없이 쓰면 줄바뀜이 자동으로 되지 않고 가로 스크롤바가 생기게 됩니다.
한글이나, 띄어쓰기를 한 영문의 경우에는 자동으로 가로 폭이 넘으면 줄바뀜이 되는데. 띄어쓰기 없는 영문은 줄바뀜이 안되고 가로로 쭉 늘어나게 되버리네요.
스크롤바를 안나오게 해도 줄바뀜은 안되고 계속 한줄로 나오게 되는데. 혹시 자동으로 줄바꿈이 되게 하는 방법이 있나요?
아시는분 부탁드립니다.
예제..
<html><head><STYLE>
A {text-decoration: none; color:black}
A:hover {text-decoration: underline; color:navy}
P {margin-top:0px;margin-bottom:0px;}
BODY {scroll=auto; overflow-x:hidden; font-size:9pt; font-family:굴림; color:#000000; line-Height: 130%; scrollbar-face-color:#A7D0FF;scrollbar-highlight-color: #2E8CFF;scrollbar-3dlight-color: #A7D0FF;scrollbar-shadow-color: #2E8CFF;scrollbar-darkshadow-color: #A7D0FF;scrollbar-track-color: #A7D0FF;scrollbar-arrow-color: #2E8CFF; background-repeat: no-repeat; background-attachment: fixed;}
</STYLE>
<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>
</head>
<body topmargin=0px rightmargin=0 bottommargin=0px leftmargin=0px bgcolor=#9CE6FC style=" ">
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
</body>
</html>
한글이나, 띄어쓰기를 한 영문의 경우에는 자동으로 가로 폭이 넘으면 줄바뀜이 되는데. 띄어쓰기 없는 영문은 줄바뀜이 안되고 가로로 쭉 늘어나게 되버리네요.
스크롤바를 안나오게 해도 줄바뀜은 안되고 계속 한줄로 나오게 되는데. 혹시 자동으로 줄바꿈이 되게 하는 방법이 있나요?
아시는분 부탁드립니다.
예제..
<html><head><STYLE>
A {text-decoration: none; color:black}
A:hover {text-decoration: underline; color:navy}
P {margin-top:0px;margin-bottom:0px;}
BODY {scroll=auto; overflow-x:hidden; font-size:9pt; font-family:굴림; color:#000000; line-Height: 130%; scrollbar-face-color:#A7D0FF;scrollbar-highlight-color: #2E8CFF;scrollbar-3dlight-color: #A7D0FF;scrollbar-shadow-color: #2E8CFF;scrollbar-darkshadow-color: #A7D0FF;scrollbar-track-color: #A7D0FF;scrollbar-arrow-color: #2E8CFF; background-repeat: no-repeat; background-attachment: fixed;}
</STYLE>
<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>
</head>
<body topmargin=0px rightmargin=0 bottommargin=0px leftmargin=0px bgcolor=#9CE6FC style=" ">
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
</body>
</html>
댓글 2
-
수[SOO]
2004.07.08 00:07
-
백승찬
2004.07.08 00:16
오 잘됩니다.. 수[SOO]님 감사합니다.
word-break:break-all; 을 추가하니까 되네요.
며칠동안 이것때문에 고생했는데. 여기서 물어볼걸 괜히 고생했네요.
정말 감사드립니다.
윗줄 한번 추가해 보세요..;;;