silvermoony
03-17-2006, 06:32 PM
So im strugeling!...whit frames!
so what i wanted was to have two frames one slim on the left side and then a wider one in the center of the page (all this under the layout)
MY CODE:
<html>
<head>
<title>Silver Striped Hat =3</title>
<style type="text/css">
p {color: rgb(0,0,255)}
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 39px;
top: 590px;
width: 200px;
}
#center {
top: 590px;
margin-left: 260px;
margin-right: 70px;
}
</style>
</head>
<body>
<body bgcolor="black">
<div id="header">
IMG layout thingies this part is working!
</div>
<div id="left">
<table border="1" width="100%" cellpadding="10">
i hide the text in here try seeing it whit a code i dont know...
<tr>
i hide the text in here try seeing it whit a code i dont know...
</tr>
</table>
</div>
</p>
</body>
</html>
END:
so the thing is somethimes the words pop out ot the frame and people please show me whats wrong or how to make two frames one at the left side and one more central.
I hope you help me i realy need this
so what i wanted was to have two frames one slim on the left side and then a wider one in the center of the page (all this under the layout)
MY CODE:
<html>
<head>
<title>Silver Striped Hat =3</title>
<style type="text/css">
p {color: rgb(0,0,255)}
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 39px;
top: 590px;
width: 200px;
}
#center {
top: 590px;
margin-left: 260px;
margin-right: 70px;
}
</style>
</head>
<body>
<body bgcolor="black">
<div id="header">
IMG layout thingies this part is working!
</div>
<div id="left">
<table border="1" width="100%" cellpadding="10">
i hide the text in here try seeing it whit a code i dont know...
<tr>
i hide the text in here try seeing it whit a code i dont know...
</tr>
</table>
</div>
</p>
</body>
</html>
END:
so the thing is somethimes the words pop out ot the frame and people please show me whats wrong or how to make two frames one at the left side and one more central.
I hope you help me i realy need this