View Full Version : Its Not Centering


uhyah
03-30-2003, 08:46 PM
<html>
<head>
<style type="text/css">
<!--
A:link { text-decoration: none ; cursor:se-resize ; color:"#000000" }
A:active { text-decoration: none ; cursor:se-resize ; color:"#7500d8" }
A:visited { text-decoration: none ; cursor:se-resize ; color:"#000000" }
A:hover { text-decoration: underline ; cursor:se-resize ; font-weight:bold ; color:"#7500d8" }
-->
</style>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #7500d8;
scrollbar-highlight-color: 2e005b;
scrollbar-3dlight-color: #7500d8;
scrollbar-darkshadow-color: #2e005b;
scrollbar-shadow-color: #7500d8;
scrollbar-arrow-color: 2e005b;
scrollbar-track-color: 7500d8;
}
-->
</STYLE>
<body bgcolor="#2e005b">

</head>

<body>
<font face="tahoma" size="1">

<center><img src="stuff/top.bmp" border="0"><br><img src="stuff/navigation.bmp" border="0" usemap="#map1">

<MAP NAME="map1">
<AREA SHAPE="RECT" COORDS="9,22,60,7" HREF="kelly.html" target="content">
<AREA SHAPE="RECT" COORDS="80,22,166,7" HREF="media.html" target="content">
<AREA SHAPE="RECT" COORDS="195,22,268,6" HREF="interact.html" target="content">
<AREA SHAPE="RECT" COORDS="301,21,338,9" HREF="fans.html" target="content">
<AREA SHAPE="RECT" COORDS="370,22,492,9" HREF="www.html" target="content">
<AREA SHAPE="RECT" COORDS="525,22,592,9" HREF="thesite.html" target="content">
<AREA SHAPE="RECT" COORDS="627,21,711,9" HREF="urallineed.signmyguestbook.com" target="_blank">
<MAP>
<br>
<table><td><iframe src="update.html" name="content" width="134" height="1000" style="border: 1 solid #000000"></iframe></td><td><iframe src="extrastuff.html" name="inlineframe" width="534" height="1000" style="border: 1 solid #000000"></td></table></center>
</body>
</html>

thats my code..whats wrong with it...

Dude128
03-30-2003, 09:16 PM
to be able to help, we have to know what the problem is. what isn't centering?

first off, you have the (first) <body> tag before your </head> tag, and you have two <body> tags, and you don't have <tr> or </tr> tags