do you have the Bootstrap javascript code in the page?
Type: Posts; User: mlegg
do you have the Bootstrap javascript code in the page?
forget this
EDIT: It's solved. I forgot jquery
I tried to modify the code of my working vertical carousel to add a previous and next button under the slider, It seems to have messed things up, It looks like...
I only use Notepad and then view my page in Firefox and use the Web Developer Toolbar. You can edit the code and see the changes. Note: you have to save that code into your actual html document
This is a pretty wide open request. What exactly do you need and what have you done for coding it?
do you have <div data-spy="scroll" at the top of the body section?
https://www.w3resource.com/twitter-bootstrap/scrollspy-tutorial.php
Post the entire html code that you have tried, and make sure the css is linked too.
I'm not sure about that at all. I'm sorry.
use class="nav-link" in the navbars with BS 4. https://getbootstrap.com/docs/4.0/components/navbar/
<a class="nav-link" href="../index.php">Home</a></li>
Do you have the BS4 css linked in the head section?
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"...
What version of Bootstrap are you using and do you have the .js and .css linked in your page?
edit: it works on Bootply https://www.bootply.com/new#
this is fixed, sorry, delete this
mistake. duplicated css code by accident
resolved this issue already
it's fixed, I added <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
On this test page I made a Bootstrap carousel. It is my first ever attempt at using this BS feature. I got the code from searching on Google. I can see the carousel but it's not moving/sliding. ...
you can do it, you must be coding something wrong, Post your code to be looked at
your image doesn't show
can you post the code you have tried?
impossible to say without seeing your code
Post your code in here. I'm pretty sure that people won't download a file
In Bootstrap use
<div class=".center-block;"> You also have an extra </form> tag, delete that.
<div class="text-center">
<b>Please consider making a donation:</b><br>
<div class="row">
...