html 테이블을 php로 바꾸는 방법? 채택완료
테이블 모양과 색은 첨부사진과 같고요
모바일빌더에 메뉴를 바꾸려고 html 테이블을 그대로 쓰니 출력은 제대로 되는데 다른 문제가 있는 것같아서
html 테이블을 php로 바꾸려고 합니다.
너무 초보적인 질문 같지만ㅠㅠ
아래의 html 테이블을 php로 바꾸려면 어떻게 해야하나요?? (밑에 테이블 소스 올렸습니다)
<div>
<table width="100%" cellspacing="0" height="0%" align="center" cellpadding="0" border="0" cellpadding="6" cellspacing="6">
<tr>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"><br>
<a href="링크">NOTICE</a><br>
</p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"><br>
<a href="링크">DATA</a><br>
</p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
</tr>
<tr>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
</tr>
<tr>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
</tr>
<tr>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
<td id="content" width="33%" bgcolor="#beb72a">
<p align="center"> </p>
</td>
</tr>
</table>
답변 3개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
다운받은 모바일빌더의 index에 최신글이 있었는데 그냥 메뉴를 만들려고 그부분을 없애고 테이블을 만든 상태입니다
각 메뉴에 새글 개수를 띄우고 싶어서 새글개수 불러오는 쿼리를 바로 사용했는데 오류가 나기에 혹시나 해서 물어봤습니다
며칠째 해답이 안나와서요..ㅠㅠ