Jump to content

preloader for index.html using dreamweaver 19.1 with bootstrap


Gregory Richard

Recommended Posts

Hi could someone help me please.
I can't get a preloader for the main index page going.
I have tried different examples but none seem to work very well.
I am using cc19.1 dreamweaver with bootstrap default.
Not including a pre-build layout.

My default index page without a preloader looks like this:

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
<!-- Bootstrap -->
    <link href="css/bootstrap-4.3.1.css" rel="stylesheet">
    <link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>

<!-- body code goes here -->

<div class="container-fluid heroContainer">
    <div class="row">
        <div class="col-xl-4 offset-xl-5">Testing</div>
    </div>
</div>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="js/jquery-3.3.1.min.js"></script>

<!-- Include all compiled plugins (below), or include individual files as needed -->
    <script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.3.1.js"></script>
</body>
</html>

 

Is ther a simple way to insert a preloader for this page???

Any ideas very much appreciated

 

Cheers

tiaka

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...