제로보드 게시판은 검은색으로 뜹니다. 게시판에서는 배경색을 black으로 했습니다.
http://panic89.woweb.net/bbs/zboard.php?id=diary 이것을 프레임을 넣는 순간 하얀색으로 뒤바뀜합니다.
http://panic89.woweb.net/bgmf.htm bgmf쪽을 배경색을 지정해줘야하는 것 같은데
#000000 으로 했는데도 변화가 없는 것 같습니다. bgmf.htm의 소스를 첨부합니다.
<html>
<head>
</head>
<frameset rows="0%, 100%" cols="1*">
<frame name="main" scrolling="no" marginwidth="10" marginheight="14" src="http://panic89.woweb.net/bgm.htm">
<frame name="footer" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="main" src="http://panic89.woweb.net/bbs/zboard.php?id=diary" noresize>
<noframes>
<body bgcolor="#000000" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p> </p>
</body>
</noframes>
</frameset>
</html>