홈페이지에 음악넣기

공지사항 | 2007. 4. 7. 22:18

태그를 이용해서 홈페이지에 간단히 음악을 넣을 수 있습니다.

아래의 태그를 복사해서 홈페이지 body 소스의 적당한 부분에 복사해 넣으시면 됩니다.

/* =================================================================================

<IFRAME src="http://lovene.dnip.net/aquamp/index.html" width="800" height="30" scrolling="no"></IFRAME>

================================================================================== */


아래에는 홈페이지소스에 적용한 예문입니다.참고하세요
---------------------------------------------------

<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>따뜻한 음악이 있는 곳</title>

</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" topmargin="0">
<IFRAME src="http://lovene.dnip.net/aquamp/index.html" width="800" height="30" scrolling="no"></IFRAME>

</body>

</html>


----------------------------------------------------------------------------------------

*참고: 위의 소스 중에 leftmargin="0" topmargin="0" 이것을 넣으면 여백이 없이 좌측상단에 딱 붙게 됩니다