스킨수정 좀 도와주세요.. 정보
스킨수정 좀 도와주세요..첨부파일
본문

제가 개인적으로 쓰고싶은 스킨의 list화면입니다
공백이 넓은 부분에 wr_content 가 들어가게 되어있는데요,
저기에 첨부된 사진 썸네일을 왼쪽에, wr_1 wr_2 wr_3 등 회원정보를 오른쪽에 들어가게 해서
회원정보 게시판으로 바꾸고 싶은데..
바꿀줄 아시는분 혹시 계시나요?? 원제작자인 묵혼님께 부탁드리는 쪽지 드렸는데 답이 없으셔서
어쩔수 없이 혹시나 하는 마음에 올립니다..
(묵혼님꼐서 만드신 스킨 원본파일 압축해서 첨부할께요)
댓글 전체
디자인적 상세한것은 적용하고픈 사람의 마음이라.. 출력하는것만을 말씀드리면..
179열 즈음..
<tr>
<td height="100" valign="top" class="content">{$list[$i][wr_content]}</td>
</tr>
의 부분을...
<tr>
<td height="100" valign="top" class="content">
<table border=0 width=100%><tr><td>
{$img}
</td><td>
{$list[$i][wr_1]}
<br>
{$list[$i][wr_2]}
<br>
{$list[$i][wr_3]}
<br>
{$list[$i][wr_content]}
</td></tr></table>
</td>
</tr>
179열 즈음..
<tr>
<td height="100" valign="top" class="content">{$list[$i][wr_content]}</td>
</tr>
의 부분을...
<tr>
<td height="100" valign="top" class="content">
<table border=0 width=100%><tr><td>
{$img}
</td><td>
{$list[$i][wr_1]}
<br>
{$list[$i][wr_2]}
<br>
{$list[$i][wr_3]}
<br>
{$list[$i][wr_content]}
</td></tr></table>
</td>
</tr>