게시판 배경화면 넣는 질문입니다. 정보
게시판 배경화면 넣는 질문입니다.본문
이전에도 질문 글을 올렸는데요
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=273391#c_273402
해봤는데 안되더라구요 ㅜㅜ
gnuboard4 폴더에 있는
style 와 head.sub 다 건드려 봤는데 안되네요ㅜ
head.sub.php
71~72번째 라인에서
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
<a name="g4_head" background="bg.jpg"></a>
뒤에 background="bg.jpg"
이렇게 추가해봤는데... 제가 잘못한거겠죠..?
도와주세요...
좀더 상세히
어디에 몇번쨰 라인에서 무엇을 추가해야 된다..
이런식으로 상세히 알려 주실 수 있으실까요...?
부탁드립니다..
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=273391#c_273402
해봤는데 안되더라구요 ㅜㅜ
gnuboard4 폴더에 있는
style 와 head.sub 다 건드려 봤는데 안되네요ㅜ
head.sub.php
71~72번째 라인에서
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
<a name="g4_head" background="bg.jpg"></a>
뒤에 background="bg.jpg"
이렇게 추가해봤는데... 제가 잘못한거겠죠..?
도와주세요...
좀더 상세히
어디에 몇번쨰 라인에서 무엇을 추가해야 된다..
이런식으로 상세히 알려 주실 수 있으실까요...?
부탁드립니다..
댓글 전체
style 와 head.sub 다 건드려 봤는데 안되네요 <-- 위 태그코드로 보아하니 제대로 한 것인지 소스코드를 보여줘야 알 수 있겠네요
<a~~~><--여기에다 background를 설정해놓고 안된다고 하고 있으니..
head.sub.php head /head 사이에다 이렇게 넣으세요
<style>
body{background:url(<?=$g4[path]?>/bg.jpg);}
</style>
<a~~~><--여기에다 background를 설정해놓고 안된다고 하고 있으니..
head.sub.php head /head 사이에다 이렇게 넣으세요
<style>
body{background:url(<?=$g4[path]?>/bg.jpg);}
</style>
style.css 파일에 위에 균이님 말씀처럼
body{background:url(<?=$g4[path]?>/bg.jpg);} 추가해줘도 되고요~
head.sub.php
71~72번째 라인에서 body태그안에 배경이미지경로 넣어주셔도 되죠~
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?> background="<?=$g4[path]?>/bg.jpg">
body{background:url(<?=$g4[path]?>/bg.jpg);} 추가해줘도 되고요~
head.sub.php
71~72번째 라인에서 body태그안에 배경이미지경로 넣어주셔도 되죠~
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?> background="<?=$g4[path]?>/bg.jpg">
와 되네요!! 감사합니다..
한개만 더 물어봐도 댈까요??
배경 사진이 화면 사이즈보다 작아서 그러는지 ㅁㅁㅁ 이렇게 3개로 나오는데
width="100%" 처럼 늘릴 수는 없을까요?
한개만 더 물어봐도 댈까요??
배경 사진이 화면 사이즈보다 작아서 그러는지 ㅁㅁㅁ 이렇게 3개로 나오는데
width="100%" 처럼 늘릴 수는 없을까요?