Yeah! Like I said, it works. I just wanted to know if is there another way to do it, in case I missed some basics.
But thank you! Em sexta-feira, 17 de agosto de 2012 23h52min34s UTC-3, João Carlos escreveu: > > Alex, > > Have you tried using a basic form with the grid system? > > <form class="form"> > <div class="row"> > <div class="span3"> > <label for="txtA">Text A</label> > <input type="text" value="Text A" /> > </div> > <div class="span3"> > <label for="txtB">Text B</label> > <input type="text" value="Text B" /> > </div> > <div class="span3"> > <label for="txtC">Text C</label> > <input type="text" value="Text C" /> > </div> > </div> > </form> > > Abraço, > João Carlos > > Em sexta-feira, 17 de agosto de 2012 21h10min11s UTC-3, Alex Figueiredo > escreveu: >> >> Hi guys, >> >> Does anyone knows how to do this: >> >> http://i.imgur.com/BVKTo.png >> >> I managed to do with with the grid system, but I was wondering if there's >> a way to do it without it. >> >> Thank you >> >
