Posted: Fri May 02, 2008 4:52 am not sure if this is right
first time ever doing css i still new at html I just would like to know what mistake are there. Now the only one i know is the <br> But I can not work out what is the css for that so as have the input fields apart. Any advice thanks
<html>
<head>
<title></title>
<style type="text/css">
.right {
border: 3px solid black;
padding: 10px;
margin: 10px;
float: right;
width: 33%;
height: 100%}
.bottom { clear : both }
</style>
</head>
<body>
<form>
<p class="right">
<INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."><br>
<br><INPUT style="width:200px;" name="address" value=""
valtype="mandatory"
valmsg="Street address field is blank."></p><br>
</form>
<p class= "main" >
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc</p>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum