웹마스터 팁
page_full_width">

헉.......스^^
이전글(다음넷 홈페이지를 이쁘게 꾸미자..1)에 include 를 이용해서
간단하게 다음넷 홈페이지를 열어봤습니다.
<? include "http://www.daum.net" ?> 를 이용하여 간단하게 내 홈페이지 안에 다음넷을 불러올수 있었져??
이번엔 <? include "http://www.daum.net" ?>를 기초가 되어 웹페이지를 HTML의 스타일 시트를 이용하여 꾸미자는것입니다~~
이해가 안되시져? "어? 이상하다..다음넷 웹마스터도 아닌데..어떻게 꾸미지?"
아`~ 이렇게 하면 아마~ 다음넷 홈페이지를 약간 개조할수있습니다.
<html>
<head>
<title>Include</title>
<style type='text/css'>
<!--
a:link {text-decoration:none;color:#54C3FF;font-size:12}a:visited {text-decoration:none;color:#54C3FF;font-size:12}a:active {text-decoration:none;color:#54C3FF;font-size:12}A:hover {color:#54C3FF;background-color:#EDF9FF;font-face:Arial;font-size:12px;border:1;border-color:#54C3FF;border-style:dotted;text-decoration:none;}
-->
</style>
<STYLE type="text/css">
<!--
body,table,tr,td,th,input{font-family:돋움,돋움;font-size:9pt;color:#54C3FF;line-height:12pt}input{height:19px;background-color:#FCE9F1;border:1 solid #FE84B5;font-family:gulim; font-size:9pt;color:#FE84B5" onMouseOver="this.style.background='#FFFFFF' onMouseOut="this.style.background='#FFFFFF'}
-->
</STYLE>
</head>
<body>
<? include "http://www.daum.net" ?>
</body>
</html>
include를 이용한 다음넷 홈페이지 꾸미기2(그림 첨부)
2002.03.12 18:10

헉.......스^^
이전글(다음넷 홈페이지를 이쁘게 꾸미자..1)에 include 를 이용해서
간단하게 다음넷 홈페이지를 열어봤습니다.
<? include "http://www.daum.net" ?> 를 이용하여 간단하게 내 홈페이지 안에 다음넷을 불러올수 있었져??
이번엔 <? include "http://www.daum.net" ?>를 기초가 되어 웹페이지를 HTML의 스타일 시트를 이용하여 꾸미자는것입니다~~
이해가 안되시져? "어? 이상하다..다음넷 웹마스터도 아닌데..어떻게 꾸미지?"
아`~ 이렇게 하면 아마~ 다음넷 홈페이지를 약간 개조할수있습니다.
<html>
<head>
<title>Include</title>
<style type='text/css'>
<!--
a:link {text-decoration:none;color:#54C3FF;font-size:12}a:visited {text-decoration:none;color:#54C3FF;font-size:12}a:active {text-decoration:none;color:#54C3FF;font-size:12}A:hover {color:#54C3FF;background-color:#EDF9FF;font-face:Arial;font-size:12px;border:1;border-color:#54C3FF;border-style:dotted;text-decoration:none;}
-->
</style>
<STYLE type="text/css">
<!--
body,table,tr,td,th,input{font-family:돋움,돋움;font-size:9pt;color:#54C3FF;line-height:12pt}input{height:19px;background-color:#FCE9F1;border:1 solid #FE84B5;font-family:gulim; font-size:9pt;color:#FE84B5" onMouseOver="this.style.background='#FFFFFF' onMouseOut="this.style.background='#FFFFFF'}
-->
</STYLE>
</head>
<body>
<? include "http://www.daum.net" ?>
</body>
</html>
댓글 4
-
레드엔젤
2002.03.13 22:44
한미르도 약간은 개조 가능하던데...... -
Yuki-H.
2002.03.13 23:23
%
이런식으로 가공하게 될 경우 <HTML> 이 두번 로딩되는데..
이것은 페이지 로딩에 걸리는 시간을 엄청 잡아 먹게 하는 것 중 하나입니다..(월간 마이크로소프트웨어 참조..)
iNETIZ.com 도 빨리 이 점을 수정해야 하지만...
그리고.. 실질적으로 분석해보면.. W3C 의 HTML 문법에 틀린 것은 알고 계시겠죠??
브라우져에서 소스 보기를 해보시면 알껍니다.. -
TheMics
2002.03.14 18:17
이;;이런;;차라리 fopen를 쓰시지여;;
링크 하나만 누르면 넘어가버리는.. -
絶世美男
2002.03.29 21:33
근데 전 왜 안되죠?
이 소스를 그대로 적용 했더니 이런 에러문구만 뜨는데...
Warning: Failed opening 'http://www.daum.net' for inclusion (include_path='.') in c:inetpubwwwroot1.php on line 17