java - Why my editor doesnt work with theme of my web page? -


why editor not work bootstrap style website (editor destroys web page theme). think there problem in bootstrap.min.css in different folders, have 1 editor , other web page. code this.

<%@page import="unimb.praktikum.baza"%> <%@page import="java.util.arraylist"%> <%@ page language="java" contenttype="text/html; charset=utf-8"     pageencoding="utf-8"%>        <!doctype html>         <html>         <head>          <!-- editor -->          <meta charset="utf-8">         <meta http-equiv="x-ua-compatible" content="ie=edge">         <meta name="viewport" content="width=device-width, initial-scale=1">          <link href="editor/lib/css/bootstrap.min.css" rel="stylesheet"             type="text/css" />      <link rel="stylesheet" type="text/css" href="editor/lib/css/prettify.css" />      <link rel="stylesheet" type="text/css" href="editor/src/bootstrap-wysihtml5.css" />           <!-- web page -->          <title>generator izpitov</title>          <meta name="viewport" content="width=device-width, initial-scale=1.0">          <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">         <link             href="https://gitcdn.github.io/bootstrap-toggle/2.2.0/css/bootstrap-toggle.min.css"             rel="stylesheet">          <!--web bootstrap -->         <style>         body {             padding-top: 50px;          </head>          <!-- ect... -->          <body>                              <!-- editor -->                              <div class="col-md-5">                                  <textarea id="koda" class="textarea"                                     style="width: 100%; height: 300px;"></textarea>                             </div>                          </div>                      </div>                 </form>             </div>          </body> 


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -