Multiple use of scrapbook snippet only displays once

Permalink
Hi all,

I added a snippet of HTML to my Global scrapbook which looked like this:

<div class="staffbox">
<div class="photo"></div>
<div class="staffinfo">
<p><strong>Staff Name Here</strong>(what they do here)</p>
<ul>
<li>Bullet point 1</li>
<li>Bullet point 2</li>
</ul>
</div>
<div class="clear"></div>
</div>

The problem is that this HTML only appears once no matter how many times its added.

Any idea why?

Thanks.

Gilmore
 
Delbert replied on at Permalink Reply
I've had a similar problem.

In my case, I've tried to add a simple page divider to visually break up long pages. But the system doesn't like anything that repeats on a single page.

I started by using an image for the divider but it will only appear once. Each multiple instance gets deleted. Next I tried using CSS, the <DIV> tag, etc. Doesn't matter. The system gets confused with any type of code that repeats.

It doesn't matter if the code comes from the scrapbook or you manually enter it for each instance, only the first code usage will be retained.