To be more explicit, do this: <input type="text" name="siteName" value="Site name" id="siteName" class="spanFull">
or <input type="text" name="siteName" value="Site name" id="siteName" style="width:100%"> Also, in HTML5 you don't need to close the input field, so no / at the end. Eric On Feb 17, 11:57 am, Juan Asensio Sánchez <[email protected]> wrote: > Hi > > I have this: > > <div class="tab-content"> > <div id="general" class="tab-pane active"> > <div class="control-group"> > <label class="control-label" for="siteName">Site > name</label> > <div class="controls docs-input-sizes"> > <input type="text" name="siteName" > value="Site name" id="siteName" /> > <p class="help-block">Use the same > <code>.span*</code> classes > from the grid system for input sizes.</p> > </div> > </div> > </div> > </div> > > How can I make the text field fills with its width the parent > container, i.e. occupy all the width of the page? > > Regards and thanks in advance.
