묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[re] 노프레임 하단 저작권 표시 부분에서 이미지 처리방법은?
2003.04.06 06:15
질문사항처리되신진 모르겠는데요 참고하시라고 답글올립니당.ㅡㅡ;
┌─────────────────┬───────┐
│ 배경 │이미지파일 │
└─────────────────┴───────┘
<table style="background-repeat:no-repeat;" cellpadding=0 cellspacing= width="475">
<tr>
<td width="475" height="81" align="right">
<p<img src="그림주소/그림.gif" width="그림가로사이즈" height="그림세로사이즈" border="0"></p>
</td>
</tr>
</table>
위에처럼 수정하시면됩니다.
가끔 조그만 테이블 만드시고 백이미지 반복없이 한번만쓰실려고하실땐
<table style="background-repeat:no-repeat;" cellpadding=0 cellspacing= width="475">
<=================================>
요롷게 해주시면됩니다.
┌─────────────────┬───────┐
│ 배경 │이미지파일 │
└─────────────────┴───────┘
<table style="background-repeat:no-repeat;" cellpadding=0 cellspacing= width="475">
<tr>
<td width="475" height="81" align="right">
<p<img src="그림주소/그림.gif" width="그림가로사이즈" height="그림세로사이즈" border="0"></p>
</td>
</tr>
</table>
위에처럼 수정하시면됩니다.
가끔 조그만 테이블 만드시고 백이미지 반복없이 한번만쓰실려고하실땐
<table style="background-repeat:no-repeat;" cellpadding=0 cellspacing= width="475">
<=================================>
요롷게 해주시면됩니다.