Questions tagged as 'bootstrap-3'

2
answers

Glyphicons with error when publishing in IIS

I'm developing an application with
asked by 10.07.2015 / 16:46
1
answer

My site does not find the Bootstrap and Jquery files

I created a site ASP.NET MVC with Code First and made the first publish of the application, the database and the site were created, the problem is that the site does not find the files css and Jquery of Boot...
asked by 10.10.2016 / 16:18
2
answers

How to insert a first line indent with css?

I do not know if the name is indentation, but how do I apply this space as in the image below in my paragraphs with css? Are there any class in the bootstrap?     
asked by 09.05.2016 / 20:24
2
answers

How to put two divs next to a container?

How do I put two divs, one on the left side and one on the right side of a container with the bootstrap? Being that you would like the side divs to increase in size according to the screen.     
asked by 11.09.2015 / 23:20
2
answers

How to do nested tables with bootstrap?

How can I do nested tables with the bootstrap as in this example with ASP.Net ? Is there a way to do this with bootstrap?     
asked by 17.02.2016 / 14:34
2
answers

What's the difference between @ Url.Content ("~ / css / bootstrap.css") and only "/css/bootstrap.css"

I'm learning to program an application based on MVC4 and Bootstrap. Right at the beginning of the project I came across a puzzle: In _Layout.cshtml I had <link href="css/bootstrap.css" rel="stylesheet"> , Bootstrap worked fine i...
asked by 12.12.2016 / 19:09
2
answers

Align image next to text, respecting vertical spacing

I'm trying to make the images aligned to the right, respecting the spacing between the <p> tags, however it's getting like this: Ineedsomethinglikethis: MyHTMLcodelookslikethis: <p><img style="float:right" src="https://ww...
asked by 20.09.2018 / 23:25
1
answer

Progress bar follow input text

Well I'm starting Bootstrap and I have a question about whether or not this is what I'm looking for. I have textarea where it should limit the content to 300 characters it is already working: $(function(){ $(".maxlength").keyup(funct...
asked by 03.06.2015 / 16:29
2
answers

How to give a blank between 2 input-groups?

I have 2 input-group , they are "stuck", I want to give a blank, follow code below: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <div class="panel panel-default">...
asked by 19.12.2016 / 16:53
1
answer

Magnific-Popup with Bootstrap Modal image display problem

I'm facing the problem of displaying image within bootstrap modal. I use this plugin: Magnific-Popup Follow the code: HTML: <!-- Button trigger modal --> <button type="button" id="mymodal" class="btn btn-primary btn-lg" d...
asked by 21.02.2017 / 01:26