채택완료

리스트화면 제목 문의 드립니다.

2016-01-24 (일) 09:03:41 3,416

2228ebc65303c236f0b6e3da3b0eb0ac_1453593761_7047.gif 

제목 옆에  제목이 나와야되는데 한칸 내려가네요 혹시 해결방법 있을까요..

Copy
<font color=cf4911>제목</font> :<?         echo $nobr_begin;         echo $list[$i][reply];         echo $list[$i][icon_reply];         echo "<a href='{$list[$i][href]}'>";         if ($list[$i][is_notice])             echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";         else         {             $style1 = $style2 = ""; $style = "color:#333333";             if ($list[$i][icon_new]) // 최신글은 검정                 $style1 = "color:#112222;";             if (!$list[$i][comment_cnt]) // 코멘트 없는것만 굵게                 $style2 = "font-weight:bold;";             echo "<span style='$style1 $style2 $style'>{$list[$i][subject]}</span>";         }         echo "</a>";         if ($list[$i][comment_cnt])             echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$list[$i][comment_cnt]}</span></a>";         // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }         // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }         //echo " " . $list[$i][icon_new]; //echo " " . $list[$i][icon_file];         //echo " " . $list[$i][icon_link];         //echo " " . $list[$i][icon_hot];         //echo " " . $list[$i][icon_secret];         //echo "&nbsp;&nbsp;&nbsp;&nbsp;"."[".$list[$i][name]."]"; echo $nobr_end;         ?> <tr height=30> <td><font color=cf4911>감독</font> : <?=$list[$i][wr_1]?></td> </tr> <tr> <td><font color=cf4911>출연 :</font> <?=$list[$i][wr_2]?></td> </tr> <tr height=30> <td><font color=cf4911>장르</font> : <?=$list[$i][wr_3]?></td> </tr> <tr> <td> <table border=0 cellpadding=0 cellspacing=0> <tr> <td width=50 valign=top><font color=cf4911>줄거리</font> : </td> <td><?=cut_str($list[$i][wr_content], 150)?>&nbsp;<a href='<?=$list[$i][href]?>'><font color=0099cc>more</font></a></td> </tr> </table> </td> </tr> </table> </td>
 
|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트
2016-01-24 (일) 09:42:08

//echo $nobr_begin;

//echo $nobr_end;

이 두 가지 주석으로 막아 보세요. 

답변에 대한 댓글 1개

왕계란님 감사합니다 ~

답변을 작성하려면 로그인이 필요합니다.