In my page i have three CSS file
bootstrap.css
main.css
icon.css
these are the three file in my page
Function in my page
- Am using Onload ,Onclick function
- when i click a link a external
HTMLfile will load - the external file has its own
CSS filenamedstyle.cssERROR
when external file is loaded it links with bootstarp.css how to stop external file link with this file
external file will load in
<div class="page">
<!--/external file loading place-->
</div>
how do i link style.css to the class="page"
- And no other CSS file should link inside
class="page"