Topic: Components using default styles instead of MDB styles
sonyrules pro asked 6 years ago
I am trying a simple input but it keeps showing as the MDB style and not the default. The directions do not mention anything special to use the default, but i cant get rid of the line input. Below is the coding.
Start your code here<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Home</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="css/mdb.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet"> </head> <body> <!-- Default input --> <label for="exampleForm2">Default input</label> <input type="text" id="exampleForm2" class="form-control"> <script type="text/javascript" src="js/jquery-3.2.1.min.js"></script> <script type="text/javascript" src="js/popper.min.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> <script type="text/javascript" src="js/mdb.js"></script> </body> </html>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Tags
sonyrules pro commented 6 years ago
I resolved this issue, I downloaded the most current version, and that has seemed to fix the issue.