Name: Anonymous 2016-03-21 0:58
Hi,
I have 2 div : div 1 and div 2(background color: blue)
The div 2 contain 1 text and 1 button as the code that is with the html file.
Code:
<div id="div2">
<form>
<input type="text"/><br>
<input type="button"/>
</form>
</div>
When code to put the div 1, the text are outside div 2 the div 2 is already with div 1(due to button). Could help me solve with this issue?
Thanks in advance.
~ Deepak
I have 2 div : div 1 and div 2(background color: blue)
The div 2 contain 1 text and 1 button as the code that is with the html file.
Code:
<div id="div2">
<form>
<input type="text"/><br>
<input type="button"/>
</form>
</div>
When code to put the div 1, the text are outside div 2 the div 2 is already with div 1(due to button). Could help me solve with this issue?
Thanks in advance.
~ Deepak