배추 게시판에서 이전다음 버튼을 텍스트 처리 하고싶습니다 .
<td align=right>
<? if ($prev_href) { echo "<input type=image src=\"$board_skin_path/img/btn_prev.gif\" onclick=\"location.href='$prev_href'\" title=\"$prev_wr_subject\" accesskey='b'> "; } ?>
<? if ($next_href) { echo "<input type=image src=\"$board_skin_path/img/btn_next.gif\" onclick=\"location.href='$next_href'\" title=\"$next_wr_subject\" accesskey='n'> "; } ?>
</td>
위와 같이 이미지로 처리되어있는데
텍스트로 next>라고 하려면 어떻게 수정해야 하나요.
ㅡㅡ;
<? if ($prev_href) { echo "<input type=image src=\"$board_skin_path/img/btn_prev.gif\" onclick=\"location.href='$prev_href'\" title=\"$prev_wr_subject\" accesskey='b'> "; } ?>
<? if ($next_href) { echo "<input type=image src=\"$board_skin_path/img/btn_next.gif\" onclick=\"location.href='$next_href'\" title=\"$next_wr_subject\" accesskey='n'> "; } ?>
</td>
위와 같이 이미지로 처리되어있는데
텍스트로 next>라고 하려면 어떻게 수정해야 하나요.
ㅡㅡ;
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개