★스크립트 소스를 이용하지않구 이 파일처럼 테두리를 두르려면
아래소스를 body안에 넣으면 됩니다.
테두리의 넓이나 색깔은 원하는 색으로 넣어 보세요.
< body style="border-left: 20px solid pink; border-right: 20px solid pink; border-top: 20px solid pink; border-bottom: 20px solid pink;">
★프레임에 테두리를 넣으려면
프레임파일에 소스를 넣으면 됩니다.
프레임의 형태는 아래와 같습니다.
< frameset rows="20%, 80%" border="0">
< frame src="titlemenu.htm" name="munu" scrolling="no" namo_target_frame="title2.htm" marginwidth="0" marginheight="0" style="border-top-style: solid; border-top-width: 10; border-top-color: ffc0cb" style="border-right-style: solid; border-right-width: 10; border-right-color: ffc0cb"
style="border-left-style: solid; border-left-width: 10; border-left-color: ffc0cb">
< frameset cols="16%, 71%, 13%">
< frame src="titleleft.htm" name="left" scrolling="no" namo_target_frame="title2.htm" marginwidth="0" marginheight="0"
style="border-left-style: solid; border-left-width: 10; border-left-color: ffc0cb" style="border-bottom-style: solid; border-bottom-width: 10; border-bottom-color: ffc0cb" >
< frame src="title2.htm" name="title2.htm" scrolling="auto" namo_target_frame="_self" marginwidth="0" marginheight="0" style="border-bottom-style: solid; border-bottom-width: 10; border-bottom-color: ffc0cb"> <frame src="titleright.htm" name="titleright.htm" namo_target_frame="title2.htm" marginwidth="0" marginheight="0" style="border-right-style: solid; border-right-width: 10; border-right-color: ffc0cb" style="border-bottom-style: solid; border-bottom-width: 10; border-bottom-color: ffc0cb"> </frameset>
< noframes>
< body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
< p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
< /body>
< /noframes>
< /frameset>
테두리의 두께....색깔은 원하는 색으로 넣으면 됩니다.
'Html & Css' 카테고리의 다른 글
아이프레임을 만들자. (0) | 2016.06.02 |
---|---|
페이지 여백 없애기. (0) | 2016.06.02 |
태그로도 간단하게 새창을 열수 있습니다. (0) | 2016.06.02 |
공지창으로 (0) | 2016.06.02 |
밑줄 없애려면.... (0) | 2016.06.02 |