Byronwells
01-02-2010, 07:15 PM
I am confused
My form or what I would it to look like is correct in dreamweaver, but when I uploaded in and use IE it doesnt show right...
What I am trying to do is add some spacing between the text box and start button.. I have added some padding to that section which look likes it works in dreamweaver..
css code
.rightbox #keyword {
float:left;
width:122px;
padding: 0px 10px 0px 0px;
}
Source code
<form id="form2" name="form2" method="post" action="">
<label>
<input type="text" name="keyword" id="keyword" />
</label>
</form>
<p><img src="images/startbutton.jpg" width="51" height="21" /></p>
website http://www.supreme-host.com/web/categories.php
My form or what I would it to look like is correct in dreamweaver, but when I uploaded in and use IE it doesnt show right...
What I am trying to do is add some spacing between the text box and start button.. I have added some padding to that section which look likes it works in dreamweaver..
css code
.rightbox #keyword {
float:left;
width:122px;
padding: 0px 10px 0px 0px;
}
Source code
<form id="form2" name="form2" method="post" action="">
<label>
<input type="text" name="keyword" id="keyword" />
</label>
</form>
<p><img src="images/startbutton.jpg" width="51" height="21" /></p>
website http://www.supreme-host.com/web/categories.php