I’m trying to create a custom template and using the post slider. When I insert a layer of HTML, it seems to strip out my DIV ids.
For example, I have this in the "Layer HTML":
<div id="lead-photo">
<h1>[sslider-post-title]</h1>
</div><!–end lead photo–>
<div id="page-content">
<div class="lead-photo-description">
<p>[sslider-post-content-excerpt="150"]</p></div>
When I view it on the site, all of the "div id" and "div class" portions are removed. Is it not possible to include those?