Posts by Aloiso Junior • 51 points
5 posts
-
1
votes1
answer989
viewsA: What is the difference between form-group and input-group bootstrap?
the form-group is used in a div which will contain the objects of a form, it will be a 'INPUT GROUP', so we can for example group a label with an input as follows: <div class="form-group">…
-
1
votes1
answer2222
viewsA: Positioning controls with bootstrap
Fala Pessoal, answer the question, bootstrap is an incredible framework but needs to be used according to the logic that it was designed. think of the site as a grid, we have rows (Row) and…
-
2
votes2
answers1384
viewsA: How can I create a stream from a video that’s on the server?
Yes you can! there is software that helps in this, and makes streaming compatible with mobile devices as well!!!! streaming server [Wowza] --> http://wowza.com and you’ll need a streaming client…
-
1
votes1
answer2468
viewsA: Bootstrap increase input
use the grid classes, if you use bootstrap 3 try putting in the field <input type="text" name="email" class="form-control col-lg-6" placeholder="[email protected]" /> in which case the field…
-
0
votes1
answer1115
viewsA: Table shows neither rows nor columns with bootstrap
The problem is because you’re asking border=0 in the table definition. remove and you will see the result! if you are using bootstrap 3 it is easy for you to control the size of the columns using…