i have placed a form .and in form i have multiple div. in div i have text.
but when the text is long then it is going outside the div. i even used css
to control like given below.
css:
.heading
{ margin-left: 15px;
width:600px;
color :#000000;
border: medium none;
font-size: 30px;
}
<form role="form">
<div class="mydiv1">
<h4 dir="auto" class="heading"> chjd
fjdfhhghhghhhhhhhhhhhhhd dfhdhfd djfdhfd djfdjkf</h4>
</div>
<div class="mydiv1">
</div>
<div class="mydiv1">
</div>
<div class="mydiv1">
</div>
<div class="mydiv1">
</div>
<div class="mydiv1">
</div>
</form>
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.