게시판 본문의 정렬 관련 질문
본문
영문으로 작성된 게시판 글의 경우 각 Line의 오른쪽 단어가 중간에서 짤려서 다음 줄로 넘어가서 표시가 되네요.
해결 방법이 있는지요? 아미나 스킨을 사용을 사고 있습니다만, 본문의 스킨을 Basic으로 변경해도 마찬가지네요.
어떤 분이 "사용하는 view스킨의 css파일 view-content 클라스에 word-break:keep-all; 를 추가"해 뵈라고 해서 그렇게도 했는데 개선이 안되네요. 예를 들면, 사용중인 PC 내용 스킨의 basic.css파일 수정 예 -
.view-content { clear:both; padding:15px 10px !important; overflow:hidden; line-height:1.8; word-break:break-all; word-break:keep-all; }
.view-content { clear:both; padding:15px 10px !important; overflow:hidden; line-height:1.8; word-break:break-all; word-break:keep-all; }

다음글은 이 게시판에도 같은 현상이 나타나는지 확인을 위한 Text 입니다.
Toyota has announced a recall of the third-generation Prius amounting to 1.9m cars worldwide. Photograph: Yuya Shino/Reuters
Toyota is recalling nearly 31,000 UK-registered cars because of a computer problem that could cause the vehicle to stop. The recall affects the latest version of its hybrid Prius model and involves 30,970 of the UK-registered ones manufactured between March 2009 and February 2014.
This is the 3rd recall for this version of Toyota’s best-selling hybrid car, coming weeks after the company halted the sale of some US models of its cars over a fire risk from seat heaters. Toyota remains the world’s biggest-selling carmaker, despite repeated blows to its reputation from a string of damaging recalls that have broken industry records. In 2009-2010 the Japanese company was plunged into crisis, when it had to fix 10m cars because of braking problems, which the company later admitted were caused by over-hasty expansion.
답변 2
해결 방법이 없을까요?
해당스킨을 소스를 보지않아서 모르겠지만 스킨폴더의 style.css는 사용하지않는 것인가요?
기본스킨에서는 스킨폴더의 style.css에서
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em; word-break:break-all;overflow:hidden}
윗부분을 아래처럼 수정해보세요
#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;}
word-break:break-all; <--이것을 없애면 단어 단위로 줄바꿈합니다
답변을 작성하시기 전에 로그인 해주세요.