Fixed. Thanks.
*****
I am having an odd problem with a template on my site.
I have created a template with the intention of embedding it into the template that forms the main page of the website; this page is made up of a number of embedded templates. The way I did all the other embedded templates is to have some sort of container—usually a div—and within that container the embed tags. For example:
<div id=“column01010103”>
{embed="nnaweb/nnapoll01"}
</div>
For the life of me, I cannot get anything to embed on this page. I’ve tried even just duplicating other templates that are already embedded and trying to repeat them—nothing helps. Even the container div tags aren’t showing up in the page’s code.
I have no idea what is going on here. I have checked all my code multiple times for missing characters, permissions, the whole nine yards. There is simply nothing that I can find that would keep anything from working on this page. I even took out the embed code and tried to hard code in some HTML between the div tags—again, nothing would load properly.
Any suggestions?
Thanks.
L.