<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[pic갤러리 타이틀 위치변경]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/6545</link>
		<description><![CDATA[<p>갤러리 하단에 있는 타이들의 위치를</p>

<p>하단이 아니고 상단으로 변경하려니 잘 안되네요~ </p>

<p>skin은 pic-gallery를 사용하구 있습니다. </p>

<p>하단에 고정된건가요? CSS를 아무리해봐도 안되네요~ 실력이 ㅠㅠ</p>

<p> </p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[최신글쪽의 latest.php 쪽입니다.

&amp;lt;div id=&quot;kboard-pic-gallery-latest&quot;&amp;gt;
   ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/6549</link>
			<description><![CDATA[<p>최신글쪽의 latest.php 쪽입니다.</p>

<p>&lt;div id="kboard-pic-gallery-latest"&gt;<br />
    &lt;?php while($content = $list-&gt;hasNext()):?&gt;<br />
        &lt;?php<br />
        $attach = current($content-&gt;attach);<br />
        $resize_img_src = $attach[0]?kboard_resize($attach[0], 280, 320):'';<br />
        ?&gt;<br />
        &lt;div class="kboard-pic-gallery-latest-item"&gt;<br />
            &lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document" class="kboard-pic-gallery-latest-thumbnail"&gt;<br />
                &lt;?php if(!$resize_img_src):?&gt;<br />
                    &lt;i class="icon-picture"&gt;&lt;/i&gt;<br />
                &lt;?php else:?&gt;<br />
                    &lt;img src="&lt;?php echo $resize_img_src?&gt;" alt=""&gt;<br />
                &lt;?php endif?&gt;<br />
            &lt;/a&gt;<br />
            &lt;div class="kboard-pic-gallery-latest-title"&gt;<br />
                &lt;h4&gt;내용안내&lt;/h4&gt;&lt;/br&gt;&lt;?php echo mb_strimwidth(strip_tags($content-&gt;content), 0, 250, '...', 'utf-8')?&gt;<br />
                &lt;!--p class="cut_strings"&gt;&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document"&gt;&lt;?php echo $content-&gt;title?&gt;&lt;/a&gt;&lt;/p--&gt;<br />
            &lt;/div&gt;<br />
        &lt;/div&gt;<br />
    &lt;?php endwhile?&gt;<br />
&lt;/div&gt;</p>

<p>이었는데요.</p>

<p>&lt;div id="kboard-pic-gallery-latest"&gt;<br />
    &lt;?php while($content = $list-&gt;hasNext()):?&gt;<br />
        &lt;?php<br />
        $attach = current($content-&gt;attach);<br />
        $resize_img_src = $attach[0]?kboard_resize($attach[0], 280, 320):'';<br />
        ?&gt;<br />
        &lt;div class="kboard-pic-gallery-latest-item"&gt;<br />
            &lt;div class="kboard-pic-gallery-latest-title"&gt;<br />
                &lt;h3&gt;내용안내&lt;/h3&gt;&lt;/br&gt;<br />
                &lt;?php echo mb_strimwidth(strip_tags($content-&gt;content), 0, 350,&lt;/br&gt; '...자세히보기', 'utf-8')?&gt;<br />
                &lt;!--p class="cut_strings"&gt;&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document"&gt;&lt;?php echo $content-&gt;title?&gt;&lt;/a&gt;&lt;/p--&gt;<br />
            &lt;/div&gt;</p>

<p>            &lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document" class="kboard-pic-gallery-latest-thumbnail"&gt;<br />
                &lt;?php if(!$resize_img_src):?&gt;<br />
                    &lt;i class="icon-picture"&gt;&lt;/i&gt;<br />
                &lt;?php else:?&gt;<br />
                    &lt;img src="&lt;?php echo $resize_img_src?&gt;" alt=""&gt;<br />
                &lt;?php endif?&gt;<br />
            &lt;/a&gt;<br />
        &lt;/div&gt;<br />
    &lt;?php endwhile?&gt;<br />
&lt;/div&gt;</p>

<p> </p>

<p>바꾸니 잘되네요~ 감사합니다~</p>

<p> </p>

<p> </p>
]]></description>
			<author>오타쟁이</author>
			<pubDate>Sat, 12 Sep 2015 12:34:20 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[스킨의 document.php 쪽에있는 제목 말씀인가요?

CSS로 안되시면 직접 document.php 파일에서 레이아웃...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/6548</link>
			<description><![CDATA[<p>스킨의 document.php 쪽에있는 제목 말씀인가요?</p>

<p>CSS로 안되시면 직접 document.php 파일에서 레이아웃을 수정해보세요.</p>

<p>어떤식으로 작업중이신가요?</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Sat, 12 Sep 2015 12:12:15 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>