-1
Hello,
I’m making an HTML table and I’m using my.CSS style sheet, but recently I made a datepicker with their bootstrap and their style link:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
But she’s modifying my table, as I would for this bootstrap css link "Work" only on datepicker ?
Hug.
You are new to the site so I’ll give you a hint, whenever you ask a question on the site, always try to insert the relevant codes the question, in your case html and Css. Getting back to the point, Bootstrap styles only interfere with your table if you put some bootstrap class in it.
– LeAndrade