lol

Some reformatted code that would probably solve the positioning problem:
CODE
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[]Sixty[]Squares[]</title>
<style type="text/css">
<!--
a:link {
color: #000; /* black */
font-weight: bold;
text-decoration: none;}
a:visited {
color: #000; /* black */
font-weight: bold;
text-decoration: none;}
a:active {
color: #000; /* black */
text-decoration: none;}
a:hover {
color: #CCC; /* light gray */
cursor: crosshair;
text-decoration: none;}
body {
background-color: #FFF; /* white */
color: #800080; /* purple */
font: 8pt Tahoma, Sans-serif;
margin: 0px;
text-align: center;}
iframe {
border-width: 20px;
height: 400px;
width: 600px;}
-->
</style>
</head>
<body>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<!-- Navigation -->
[] Navigation []<br/>
.:.
<a href="http://www.freewebs.com/lovedies/main.htm" target="main">Main</a>
.:.
<a href="http://www.freewebs.com/lovedies/links.htm" target="main">Links</a>
.:.<br/>
<!-- Content -->
<iframe src="http://www.freewebs.com/sixtysquares/main.htm" name="main"></iframe><br/>
<!-- Email -->
<a href="mailto:sixtysquares@priest.com">Email Me</a><br/>
</body>
</html>
EDIT: Unfortunately, the forums don't recognize tabs which I use when writing stylesheets so it isn't as easy to read as it should be.
This post has been edited by Arbitrator: 19 Mar, 2005 - 10:30 PM