I was trying to edit the default skin html but paste is not enabled in source view, then I tried to add two Bootstrap related add on one plugin and the other skin both got the editor disabled. Yesterday I opened the source version and there are .cs files for some plugin could that be the reason? I used IE 11 in Windows 8.1 to check source and inspect element in many skins in the DNN store and most of the skins panes are not used in the html and similar pages by the same vendor is using so many unrelated html code.
So based on the html of the default skin and many in the store DNN UI and html code may not related. One example is a simple <hr> is empty html module and sometimes four columns are four to five html modules, the DNN database is almost ten years old so all these modules to add html is just plains strange. I ported ten html pages to Asp.net Web Application 4.5 in less than one hour because I wrote the original html.
The code below is from web application aspcontent but I cannot use it in DNN because when I choose DIV source mode is also not available.
So based on the html of the default skin and many in the store DNN UI and html code may not related. One example is a simple <hr> is empty html module and sometimes four columns are four to five html modules, the DNN database is almost ten years old so all these modules to add html is just plains strange. I ported ten html pages to Asp.net Web Application 4.5 in less than one hour because I wrote the original html.
The code below is from web application aspcontent but I cannot use it in DNN because when I choose DIV source mode is also not available.
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">In ASP.NET 4.5, by default all request data is subject to request.
<br>Visual Studio 2013</h2>
<p class="lead">Asynchronously Reading and Writing HTTP Requests and Responses.</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="/Portals/_default/Skins/Caddre/img/2.jpg" alt="">
</div>
</div>
</div>
</section>