타이틀 주석처리된 소스를보니
echo 출력문으로 되어있더군요..
그래서 제가 넣고자하는 타이틀 html 테이블 소스를 코딩해서 그곳에 대신삽입했더니
오류가납니다..
exho 문으로 바꿔야하는데 php는 영 꽝이라 어떻게 바꿔야할지 모르겠네요..
타이틀로 바꾸고자 하는 테이블 소스는
<table cellpadding="0" cellspacing="0" width="353">
<tr>
<td width="353" colspan="2" height="3"></td>
</tr>
<tr>
<td width="168" height="24"> <img src="http://tominku.cafe24.com/images/freei.gif"></td>
<td width="185" height="24" align="right"> <p><A href="http://tominku.cafe24.com/bbs/zboard.php?id=screen"><IMG
height="7" src="http://tominku.cafe24.com/images/more1.gif" width="27" border=0></A></p>
</td>
</tr>
<tr>
<td width="353" colspan="2" height="3" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td width="353" height="5" colspan="2"></td>
</tr>
</table>
입니다..
echo 출력문으로 되어있더군요..
그래서 제가 넣고자하는 타이틀 html 테이블 소스를 코딩해서 그곳에 대신삽입했더니
오류가납니다..
exho 문으로 바꿔야하는데 php는 영 꽝이라 어떻게 바꿔야할지 모르겠네요..
타이틀로 바꾸고자 하는 테이블 소스는
<table cellpadding="0" cellspacing="0" width="353">
<tr>
<td width="353" colspan="2" height="3"></td>
</tr>
<tr>
<td width="168" height="24"> <img src="http://tominku.cafe24.com/images/freei.gif"></td>
<td width="185" height="24" align="right"> <p><A href="http://tominku.cafe24.com/bbs/zboard.php?id=screen"><IMG
height="7" src="http://tominku.cafe24.com/images/more1.gif" width="27" border=0></A></p>
</td>
</tr>
<tr>
<td width="353" colspan="2" height="3" bgcolor="#E7E7E7"></td>
</tr>
<tr>
<td width="353" height="5" colspan="2"></td>
</tr>
</table>
입니다..