Forum Moderators: not2easy
i get into "code" view and start hacking....
i go back to visual mode, check my layout, then back to code.
<div id="mem-claims">
<a class="category" onmouseover="toggleDiv('mem0',1)" onmouseout="toggleDiv('mem0',0)" href="#">
<img class="mem-left" alt="Claims and Coverage Descriptions" src="/_images/mem-claims-icon.jpg" />
<span>Claims & Coverage Descriptions</span>
</a>
</div>
the example above seems to get the <span> tags stripped when i toggle back and forth from visual to code...
what i want to know is, if that is valid code?
is the span tag getting stripped becuase its not recognized as valid code?
i think there is some sort of "code cleaner" with this CMS that is taking it out...