<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[본문 내용 출력시 문단정렬]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/37320</link>
		<description><![CDATA[안녕하세요. kboard  잘 쓰고있는데요<br />
본문 내용 출력시 매번 줄 끝에서 글자단위로 끈어져서 다음줄로 넘어가는데<br />
줄 바꿈시 글자단위가 단어 단위로 넘어가게 하는 방법이 있을까요?<br />
특히 영어로 출력될때 보기가 좀 어렵네요,..<br />
<br />
예) 본문 내용을 이렇게 출력하고 싶은데<br />
The provision is applicable to the alcohol test and management of <br />
relevant personnel of air transportation Airlines (hereinafter referred <br />
to as airlines, including sub-companies and subsidiaries) operating in <br />
accordance with CCAR-121 regulations in the region.<br />
<br />
이렇게 출력이되요<br />
The provision is applicable to the alcohol test and management of r<br />
elevant personnel of air transportation Airlines (hereinafter referred <br />
to as airlines, including sub-companies and subsidiaries) operating i<br />
n accordance with CCAR-121 regulations in the region.]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

KBoard 플러그인 게시글 본문 내용을

단어 기준으로 줄 바꿈 처리하고 싶으신 건지요?
...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/37321</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>KBoard 플러그인 게시글 본문 내용을</p>

<p>단어 기준으로 줄 바꿈 처리하고 싶으신 건지요?</p>

<p> </p>

<p>현재 어떤 KBoard 게시판 스킨을 사용 중이신지요?</p>

<p>스킨마다 코드가 다르기 때문에 Default 스킨을 기준으로 안내해드리겠습니다.</p>

<p> </p>

<p>워드프레스 관리자 -&gt; 외모 -&gt; 사용자 정의하기 -&gt; CSS 입력 필드에</p>

<p>아래의 코드를 추가해보시겠어요?</p>

<pre>
<code class="language-css">#kboard-default-document .kboard-content .content-view { word-break: keep-all; }</code></pre>

<p> </p>

<p>만약, 다른 스킨을 사용 중이시라면 위의 코드 중 default 부분을</p>

<p>사용 중이신 스킨명으로 교체해서 확인해보세요.</p>

<p> </p>

<p>그래도 적용되지 않는다면,</p>

<p>비회원으로도 확인 가능한 페이지 주소 알려주시면 살펴보겠습니다.</p>

<p> </p>

<p>CSS word-break 속성에 대한 자세한 내용은</p>

<p>아래의 링크를 참고해보세요.</p>

<p><a href="https://www.w3schools.com/cssref/css3_pr_word-break.asp" target="_blank">https://www.w3schools.com/cssref/css3_pr_word-break.asp</a></p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 26 Sep 2019 23:38:56 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>