Miss_Thang
04-06-2004, 08:18 PM
Hey, how can I make a similar layout like this http://kelly.platinumstars.org/
here's my code of now:
<HTML>
<head>
<title>ŠTodo Por AventuraŠEverything for AventuraŠ</title>
<style type="text/css">
body{background-image:url(layout.jpg);
background-repeat: no-repeat;
scrollbar-arrow-color: black;
scrollbar-base-color: #A49F9F;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #A49F9F;
scrollbar-face-color: #A49F9F;
scrollbar-shadow-color: #A49F9F;
scrollbar-highlight-color: black;
scrollbar-3d-light-color: #A49F9F;
}
#contain {
left: 15px;
top: 600px;
}
</style>
</head>
<body>
<br/>
<br/>
<div id="contain">
<IFRAME name="inlineframe" src="main.html" width=450 height=300 marginwidth=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#000000); border: 1px #000000" AllowTransparency="true"></IFRAME>
</IFRAME>
</body>
</html>
so what will i have to change to make it sumthin' like that? in a border. thnx!
here's my code of now:
<HTML>
<head>
<title>ŠTodo Por AventuraŠEverything for AventuraŠ</title>
<style type="text/css">
body{background-image:url(layout.jpg);
background-repeat: no-repeat;
scrollbar-arrow-color: black;
scrollbar-base-color: #A49F9F;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #A49F9F;
scrollbar-face-color: #A49F9F;
scrollbar-shadow-color: #A49F9F;
scrollbar-highlight-color: black;
scrollbar-3d-light-color: #A49F9F;
}
#contain {
left: 15px;
top: 600px;
}
</style>
</head>
<body>
<br/>
<br/>
<div id="contain">
<IFRAME name="inlineframe" src="main.html" width=450 height=300 marginwidth=0 hspace=0 vspace=0 frameborder=0 scrolling=auto style="FILTER: chroma(color=#000000); border: 1px #000000" AllowTransparency="true"></IFRAME>
</IFRAME>
</body>
</html>
so what will i have to change to make it sumthin' like that? in a border. thnx!