백그라운드 이미지 불러오기 정보
백그라운드 이미지 불러오기본문
불러올 이미지 경로는 gnuboard4/img 폴더 입니다
아래와 같이 소스를 적용해보았는데 불러오질 못합니다 무엇이 잘못된것 인가요
1) 처음소스
<td colspan="2" width="872" background="<?=$g4[path]?>/img/body_line1.gif repeat-x"></td>
2)두번째 소스
<td width="14" height="598" style="background:url(gnuboard4/img/body_line1.gif) repeat-x"></td>
3)세번쨰소스
<td width="14" height="598" style="background:url(../img/body_line1.gif) repeat-y"></td>
4)네번쨰소스
<td width="14" height="598" style="background:url(./img/body_line1.gif) repeat-y"></td>
아래와 같이 소스를 적용해보았는데 불러오질 못합니다 무엇이 잘못된것 인가요
1) 처음소스
<td colspan="2" width="872" background="<?=$g4[path]?>/img/body_line1.gif repeat-x"></td>
2)두번째 소스
<td width="14" height="598" style="background:url(gnuboard4/img/body_line1.gif) repeat-x"></td>
3)세번쨰소스
<td width="14" height="598" style="background:url(../img/body_line1.gif) repeat-y"></td>
4)네번쨰소스
<td width="14" height="598" style="background:url(./img/body_line1.gif) repeat-y"></td>
댓글 전체

<td colspan="2" width="872" background='<?=$g4[path]?>/img/body_line1.gif' repeat-x></td>
이렇케하니 되네요
<td colspan="2" width="872" background="<?=$g4[path]?>/img/body_line1.gif" repeat-x></td>
<td colspan="2" width="872" background="<?=$g4[path]?>/img/body_line1.gif" repeat-x></td>
백그라운드
굿