This is baffling me, and its probably something stupid!
I have the following:
<div class="tl-tape"></div>
and I thought I can make it into <div class="tl-tape"/> yes?
When I do that, my template breaks and firebug shows it as the div is not closed and all other divs are now within it. The funny thing is, is its set as <div class="tl-tape"></div>, firebug shortens it to <div class="tl-tape"/> when im inspecting it anyway...