테이블..사진첨부 정보
테이블..사진첨부
본문
댓글 전체
INDEX.PHP 파일 열으셔서
STYLE 로 지정하면 될것같네요
<style type="text/css">
.div { position:absolute;top:픽셀값; left:50%; z-index:100;}
.div2 { position:absolute;top:0; left:광고 위치값px; border:1px solid #ededed; }
</style>
<div class="div">
<div class="div2">
<table border=0 width=130 cellpadding=0 cellspacing=0>
<tr>
<td allgin="center" height="30">
광고 내용
</td>
</tr>
</table>
</div>
</div>
STYLE 로 지정하면 될것같네요
<style type="text/css">
.div { position:absolute;top:픽셀값; left:50%; z-index:100;}
.div2 { position:absolute;top:0; left:광고 위치값px; border:1px solid #ededed; }
</style>
<div class="div">
<div class="div2">
<table border=0 width=130 cellpadding=0 cellspacing=0>
<tr>
<td allgin="center" height="30">
광고 내용
</td>
</tr>
</table>
</div>
</div>
ㅠㅠㅠㅠㅠㅠㅠ안됩니다.
좌측 외부로그인등을 head 파일에 포함시키셨다면
index.php 에서 테이블을 나눠버리면 됩니다.
그리고 어느정도의 소스를 공개하셔야 답변이 쉬울거 같습니다.
예를들자면
//head.php
<!--contents-->
<table width="1024" cellspacing="0" cellpadding="0">
<!--외부로그인-->
<tr>
<td width="200"><?=outlogin(basic)?></td>
<td width="824>
저같은경우에는 이런식으로 index로 넘깁니다.
//index.php
<table width=100% cellpadding="0" cellspacing="0">
<tr>
<td width="624">메인콘텐츠</td>
<td width="200">오른쪽광고영역</td>
이정도될까요?. 페이지가 넘어가더라도
저 오른쪽에 광고가 계속뜨도록 하고 싶으시다면
tail.php 에서 공간을 잡아주시면 될거같네요.
----------------------------------------
자세한답변을 원하시는거면 기본 홈페이지 주소라도 공개해주셔야할거 같네요.
index.php 에서 테이블을 나눠버리면 됩니다.
그리고 어느정도의 소스를 공개하셔야 답변이 쉬울거 같습니다.
예를들자면
//head.php
<!--contents-->
<table width="1024" cellspacing="0" cellpadding="0">
<!--외부로그인-->
<tr>
<td width="200"><?=outlogin(basic)?></td>
<td width="824>
저같은경우에는 이런식으로 index로 넘깁니다.
//index.php
<table width=100% cellpadding="0" cellspacing="0">
<tr>
<td width="624">메인콘텐츠</td>
<td width="200">오른쪽광고영역</td>
이정도될까요?. 페이지가 넘어가더라도
저 오른쪽에 광고가 계속뜨도록 하고 싶으시다면
tail.php 에서 공간을 잡아주시면 될거같네요.
----------------------------------------
자세한답변을 원하시는거면 기본 홈페이지 주소라도 공개해주셔야할거 같네요.
http://182.210.90.114:81/ 자세한 답변부탁드려요
테이블코딩으로 하신다면
Left Right 나뉘어지고
그안에 또 새로운 테이블생성하셔서 하는방법뿐인거같습니다만,
<div>코딩 으로 하시는걸 추천드립니다.
Left Right 나뉘어지고
그안에 또 새로운 테이블생성하셔서 하는방법뿐인거같습니다만,
<div>코딩 으로 하시는걸 추천드립니다.
tall.php를 열어보시면 조흔해답을 얻으실껍니다