I can't get the fieldset to be in the middle, I have tried <div> and even <center> yet none of it works :dunno:
So heres the code:
You can see the page: http://www.2k8.x10hosting.com
So heres the code:
HTML:
<html>
<head>
<title> 2K8 Group | Home Page </title>
<style type="text/css">
fieldset
{
clear: left;
float: left;
width: 500px;
display: block;
padding: 10px;
margin: 10px;
}
body
{
font-size:17pt;
font:Century Gothic;
}
</style>
</head>
<body>
<fieldset>
<legend align="center">Welcome!</legend>
<?php
echo "Welcome to 2K8 Group! We are a non-profit group helping people with their internet needs, we hope to create world clocks to games. You name it, we will try and come up with something!";
?>
</fieldset>
</body>
</html>
You can see the page: http://www.2k8.x10hosting.com
Last edited: