둥근테이블 깔끔하게 코딩 > Board Tip

본문 바로가기
 

둥근테이블 깔끔하게 코딩

페이지 정보

작성자 휴먼 댓글 0건 조회 6,369회 작성일 09-11-25 09:40

본문

 
둥근테이블 html로 본문에 삽입하면 엄청지저분하고 나중에 골치아플때가 많은데
이렇게 table.php 로 파일만들고
<?
$table_start="
<table  cellpadding='0' cellspacing='0' border='0' align='center' width=100% >
 <tr>
  <td><img src='$g4[path]/img/out_bco01.gif' width='7' height='6'></td>
  <td background='$g4[path]/img/out_bbg01.gif'></td>
  <td><img src='$g4[path]/img/out_bco02.gif' width='6' height='6'></td>
 </tr>
 <tr>
  <td background='$g4[path]/img/out_bbg02.gif' width='7'></td>
  <td>
";
$table_end="</td>
  <td background=$g4[path]/img/out_bbg03.gif width='6'></td>
 </tr> <tr>
  <td><img src=$g4[path]/img/out_bco03.gif width=7 height=6></td>
  <td background=$g4[path]/img/out_bbg04.gif></td>
  <td><img src=$g4[path]/img/out_bco04.gif width=6 height=6></td>
 </tr>
</table>
";
?>


둥근테이블쓸때 파일만 불러들여서

require"table.php";

<?=$table_start?>
본문 쌸라쌸라
<?=$table_end?>

하면 죠야효

댓글목록

등록된 댓글이 없습니다.

Total 59건 2 페이지
게시물 검색