홈피 메인 하단에 주소입력을 하고 싶은데요..소스이름을 좀...초보라서요 정보
홈피 메인 하단에 주소입력을 하고 싶은데요..소스이름을 좀...초보라서요본문
댓글 전체

... tail.php같은데.. tail.php가 아니라고..하시면.. 소스를 보게되면 쉽게 알듯 한데욤...
일단은 tail.php부분에서
</td>
<td width=40></td>
</tr></table>
//이부분에다가 테이블 하나 더 깽겨 넣으면 안대나요? 아니면 아래 위치에다가....
<!-- 카피라이트 시작 -->
<table width="<?=$table_width?>" border="0" cellspacing="10" cellpadding="10">
<tr>
<td valign="top" background="<?=$g4['path']?>/img/copyright.gif"><a href="#g4_head"><img src="<?=$g4['path']?>/img/icon.gif" width="15" height="12" border="0"></a><font color="#848484">Copyright ⓒ your-domain. All rights reserved.</font></td>
</tr>
</table>
<!-- 카피라이트 끝 -->
일단은 tail.php부분에서
</td>
<td width=40></td>
</tr></table>
//이부분에다가 테이블 하나 더 깽겨 넣으면 안대나요? 아니면 아래 위치에다가....
<!-- 카피라이트 시작 -->
<table width="<?=$table_width?>" border="0" cellspacing="10" cellpadding="10">
<tr>
<td valign="top" background="<?=$g4['path']?>/img/copyright.gif"><a href="#g4_head"><img src="<?=$g4['path']?>/img/icon.gif" width="15" height="12" border="0"></a><font color="#848484">Copyright ⓒ your-domain. All rights reserved.</font></td>
</tr>
</table>
<!-- 카피라이트 끝 -->