Hi,
I have a standard dropdown toggle as follow
<a href="#" class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="true">Hi,User
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenu1">
Profile
Then i have this in the head
<link rel="stylesheet" href="http://localhost/myproject/canvas/css/bootstrap.css" type="text/css" /> --->> the dropdown won't show , all bootstrap css can load perfectly
<link rel="stylesheet" href="canvas/css/bootstrap.css" type="text/css" /> --->> the dropdown shows successfully, all bootstrap css can load perfectly
Why i cannot use the first option ? because i have a web page like http://localhost/myproject/email/verify , i use the 2nd option, the css won't load in this page
Please help
Thanks
