i'm.unhappy
10-09-2003, 07:51 PM
ok this is my html code
<HTML>
<HEAD.
<title>G.R.E.A.T. is GRRREAT!</title>
<STYLE TYPE="text/css">
body {
background-color: #999999;
text-align: center;
font-family: veranda;
font-size: x-small;
}
a:link {
color: #;cccccc
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline overline, line-through; color: #000000;
}
a:visited {
color: #cccccc;
text-decoration: none;
}
</STYLE>
</HEAD>
<BODY>
<div id="top" style="position:absolute; top: 20px; right: 300px">
<img src="pics/banner1.bmp">
</div>
<div id="greatban" style="position: absolute; top: 20px; right: 649px">
<img src="pics/banner2.bmp">
</div>
<div id="top1" style="position: absolute; top: 148PX; right: 400px;">
<a href="blah.html">
<img src="pics/banner3.bmp">
</a>
</div>
<div id="link" style="position:absolute; top: 160px; right: 480px;">
blah
</div>
<div id="text" style="position: absolute; top:20px; left: 10px;">
<table border="0" width="10">
<tr>
<td>
sadfja;slkjdf ;alskdja; lskdjfa;lskjd flsakd jflkasdasdfas dfasd asfdasdfas dfasd fasdfa
</td>
</tr>
</table>
</div>
</BODY>
</HTML>
can anyone tell me why the title ends up in the body section when i go to the page? instead of having it all the way at the top of the window like above the file edit and view buttons.... somebody tell me whats wrong
<HTML>
<HEAD.
<title>G.R.E.A.T. is GRRREAT!</title>
<STYLE TYPE="text/css">
body {
background-color: #999999;
text-align: center;
font-family: veranda;
font-size: x-small;
}
a:link {
color: #;cccccc
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline overline, line-through; color: #000000;
}
a:visited {
color: #cccccc;
text-decoration: none;
}
</STYLE>
</HEAD>
<BODY>
<div id="top" style="position:absolute; top: 20px; right: 300px">
<img src="pics/banner1.bmp">
</div>
<div id="greatban" style="position: absolute; top: 20px; right: 649px">
<img src="pics/banner2.bmp">
</div>
<div id="top1" style="position: absolute; top: 148PX; right: 400px;">
<a href="blah.html">
<img src="pics/banner3.bmp">
</a>
</div>
<div id="link" style="position:absolute; top: 160px; right: 480px;">
blah
</div>
<div id="text" style="position: absolute; top:20px; left: 10px;">
<table border="0" width="10">
<tr>
<td>
sadfja;slkjdf ;alskdja; lskdjfa;lskjd flsakd jflkasdasdfas dfasd asfdasdfas dfasd fasdfa
</td>
</tr>
</table>
</div>
</BODY>
</HTML>
can anyone tell me why the title ends up in the body section when i go to the page? instead of having it all the way at the top of the window like above the file edit and view buttons.... somebody tell me whats wrong