균이 님이 올려주신 갤러리 스킨 수정인데 잘안되네요 ㅠㅠ 정보
균이 님이 올려주신 갤러리 스킨 수정인데 잘안되네요 ㅠㅠ
본문
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=104255&page=2
이스킨인데 ~지금은 제목을 입력하면 세로로 계속해서 나오는데
이걸 가로로 나오게 할려면 어떻게 해야되나요
이스킨인데 ~지금은 제목을 입력하면 세로로 계속해서 나오는데
이걸 가로로 나오게 할려면 어떻게 해야되나요
댓글 전체
가로로 나오게 테이블 형태를 바꾸면 바꾸고 title ctitle 스타일에 float:left를 주면 되겠지요
메뉴 배치를 좀 더 쉽게 하려면 td cell 안에 table을 하나더 만들어서 td cell 이
반복 되게 해도 되고....
좀 더 구체적인 형태를 알아야 답변 드릴 수 있겠습니다
글쓰기 수정 삭제 버튼은 어디로 갈 것인지
페이지 리스트는 어디에 붙일 것인지 등등....
메뉴부분만 말씀 드리자면
<tr><td width='180' valign='top' id='menutd'>
<table><tr>
<?for($i=0; $i<count($list); $i++){
if($listNum==$i) $class='ctitle'; else $class='title';
?>
<td class='<?=$class?>' onmouseover="this.className='ctitle';" onmouseout="title_mout(<?=$i?>,this);" onmousedown="location.href='board.php?bo_table=<?=$bo_table?>&listNum=<?=$i?>&page=<?=$page?>';">
》<?=$list[$i][wr_subject]?></td>
<?}?>
</tr></table>
</td>
</tr> <---여기에 tr이 있어야 되겠죠
아래쪽 쓰기 링크 부분 셀도 수정이 되어야 합니다
메뉴 배치를 좀 더 쉽게 하려면 td cell 안에 table을 하나더 만들어서 td cell 이
반복 되게 해도 되고....
좀 더 구체적인 형태를 알아야 답변 드릴 수 있겠습니다
글쓰기 수정 삭제 버튼은 어디로 갈 것인지
페이지 리스트는 어디에 붙일 것인지 등등....
메뉴부분만 말씀 드리자면
<tr><td width='180' valign='top' id='menutd'>
<table><tr>
<?for($i=0; $i<count($list); $i++){
if($listNum==$i) $class='ctitle'; else $class='title';
?>
<td class='<?=$class?>' onmouseover="this.className='ctitle';" onmouseout="title_mout(<?=$i?>,this);" onmousedown="location.href='board.php?bo_table=<?=$bo_table?>&listNum=<?=$i?>&page=<?=$page?>';">
》<?=$list[$i][wr_subject]?></td>
<?}?>
</tr></table>
</td>
</tr> <---여기에 tr이 있어야 되겠죠
아래쪽 쓰기 링크 부분 셀도 수정이 되어야 합니다
워 ~~정말 감사합니다.~
float:left 이렇게만했는데 ~가로로 배열 되는군여 ~^^감사감사 ^^
float:left 이렇게만했는데 ~가로로 배열 되는군여 ~^^감사감사 ^^